
RENEWAL / ITEMS
Nature Dress
#15352Armor
Nature_Dress
TypeArmor
Equipment positionArmor
GenderBoth
Weight40
Buy price10 z
Sell price5 z
DEF120
Required level90
Armor level1
Description
A dress empowered with nature's essence. Wearing this will prove that you are a member of Nature's Children.
Class: Armor
Defense: 120
Property: Earth
Weight: 40
Requires Level: 90
Usable By: All Jobs
Prevents the user from being knocked back.
If upgrade level is +5 or higher,
Increases physical and magical damage on Demi-Human race targets by 10%.
Increases physical and magical damage on Player race targets by 10%.
Increases physical and magical damage on Brute race targets by 10%.
Increases physical and magical damage on Wind property targets by 10%.
Increases physical and magical damage on Earth property targets by 10%.
If upgrade level is +7 or higher,
Increases physical and magical damage on Demi-Human race targets by an additional 15%.
Increases physical and magical damage on Player race targets by an additional 15%.
Increases physical and magical damage on Brute race targets by an additional 15%.
Increases physical and magical damage on Wind property targets by an additional 15%.
Increases physical and magical damage on Earth property targets by an additional 15%.
If upgrade level is +9 or higher,
Increases physical and magical damage on Demi-Human race targets by an additional 15%.
Increases physical and magical damage on Player race targets by an additional 15%.
Increases physical and magical damage on Brute race targets by an additional 15%.
Increases physical and magical damage on Wind property targets by an additional 15%.
Increases physical and magical damage on Earth property targets by an additional 15%.
This item is indestructible in battle.
Disabled 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();
bonus bNoKnockback;
bonus bUnbreakableArmor;
bonus bDefEle,Ele_Earth;
if (.@r>8)
.@a = 40;
else if (.@r>6)
.@a = 25;
else if (.@r>=5)
.@a = 10;
bonus2 bAddEle,Ele_Earth,.@a;
bonus2 bAddEle,Ele_Wind,.@a;
bonus2 bMagicAddEle,Ele_Earth,.@a;
bonus2 bMagicAddEle,Ele_Wind,.@a;
bonus2 bAddRace,RC_DemiHuman,.@a;
bonus2 bAddRace,RC_Brute,.@a;
bonus2 bAddRace,RC_Player_Doram,.@a;
bonus2 bMagicAddRace,RC_DemiHuman,.@a;
bonus2 bMagicAddRace,RC_Brute,.@a;
bonus2 bMagicAddRace,RC_Player_Doram,.@a;
bonus2 bAddRace,RC_Player_Human,.@a;
bonus2 bMagicAddRace,RC_Player_Human,.@a;