
RENEWAL / ITEMS
Red Serpent Dress
#450143Armor
Samael_Dress
TypeArmor
Equipment positionArmor
GenderBoth
Weight40
Buy price20 z
Sell price10 z
DEF120
Required level90
Armor level1
Description
Type: Equipment
Class: Armor
Defense: 120
Weight: 40
Requires Level: 90
Usable By: All Jobs
Holy Property.
Resistant to knock back effects.
If the refine level is 7 or above, increases physical and magical damage to Plant monster and Insect monster by 10% and damage to Holy and Poison property monsters by 10%.
If the refine level is 9 or above, increases physical and magical damage to Plant monster and Insect monster by an additional 15% and damage to Holy and Poison property monsters by an additional 15%.
If the refine level is 12 or above, increases physical and magical damage to Plant monster and Insect monster by an additional 15% and damage to Holy and Poison property monsters by an additional 15%.
Has no effect during WoE TE
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
.@a = ((.@r>=9)?40:(.@r>=7)?25:(.@r>=5?10:0));
bonus bDefEle,Ele_Holy;
bonus bNoKnockback;
bonus2 bAddRace,RC_Insect,.@a;
bonus2 bAddRace,RC_Plant,.@a;
bonus2 bAddEle,Ele_Holy,.@a;
bonus2 bAddEle,Ele_Poison,.@a;
bonus2 bMagicAddRace,RC_Insect,.@a;
bonus2 bMagicAddRace,RC_Plant,.@a;
bonus2 bMagicAddEle,Ele_Holy,.@a;
bonus2 bMagicAddEle,Ele_Poison,.@a;