
RENEWAL / ITEMS
Wind Dragon Coat [1]
#20729Armor
Wind_Dragon_Coat
TypeArmor
Equipment positionGarment
GenderBoth
Weight30
Buy price0 z
Sell price0 z
Slots1
Required level30
Armor level1
Description
A coat made with magic on the skin of a dragon.
MaxHP + 5%.
Increase wind property magical attack by 2%.
When refined to +7 or higher, increase wind property magical attack by additional 3%.
Wind Property magical attack - 10%.
Cannot be destroyed.
Type : Garment Defense : 0
Weight : 30
Required Level : 30
Class : All
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bUnbreakableGarment;
bonus bMaxHPrate,5;
bonus2 bMagicAtkEle,Ele_Wind,2;
bonus2 bMagicAtkEle,Ele_Earth,-10;
if (.@r>=7)
bonus2 bMagicAtkEle,Ele_Wind,3;