
RENEWAL / ITEMS
Wind God Cloak [1]
#480242Armor
Tele_WG_Cape
TypeArmor
Equipment positionGarment
GenderBoth
Weight10
Buy price0 z
Sell price0 z
Slots1
Required level130
Armor level1
Description
Every 2 refine level, MATK +10.
Every 4 refine level, increases Wind and Ghost property magic damage by 3%.
------------------------
When refined to +7 or higher, MATK +10%.
When refined to +9 or higher,
increases magical damage to all size enemies by 10%.
When refined to +11 or higher,
reduces delay after skill by 12%.
When refined to +13 or higher,
ignores 10% of the magic defense of boss monsters.
------------------------
Set Bonus:
Wind God Cloak
Celia Alde Card
Increases Wind property magic damage by 10%.
Every Garment 2 refine level,
increases Wind property magic damage by 3%
When Garment refined to +12 or higher,
there's a chance to auto cast Whirlwind centered on character,
when performing magical attack.
------------------------
Set Bonus:
Wind God Cloak
Kathryne Keyron Card
Increases Ghost property magic damage by 10%.
Every Garment 2 refine level,
increases Ghost property magic damage by 3%
When Garment refined to +12 or higher,
increases magical damage to all size enemies by 15%.
------------------------
Type: Garment
Def: 0
Weight: 10
Armor Level: 1
Required Level: 130
Class: All Jobs
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 bMatk,10*(.@r/2);
bonus2 bMagicAtkEle,Ele_Wind,3*(.@r/4);
bonus2 bMagicAtkEle,Ele_Ghost,3*(.@r/4);
if (.@r>=7)
bonus bMatkRate,10;
if (.@r>=9)
bonus2 bMagicAddRace,RC_All,10;
if (.@r>=11)
bonus bDelayrate,-12;
if (.@r>=13)
bonus2 bIgnoreDefClassRate,Class_Boss,10;