Artwork unavailable
RENEWAL / ITEMS
Fallen Gods Chant Magic Boots [1]
#470129Armor
Corruption_Boots
TypeArmor
Equipment positionFootgear
GenderBoth
Weight60
Buy price0 z
Sell price0 z
Slots1
Required level200
Armor level1
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,1500;
bonus bMaxSP,200;
bonus bMatkRate,2*(.@r/3);
bonus bSMatk,(.@r/3);
if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_Dark,10;
bonus2 bMagicAtkEle,Ele_Ghost,10;
bonus2 bMagicAtkEle,Ele_Holy,10;
}
if (.@r>=9)
bonus bFixedCast,-500;
if (.@r>=11)
bonus2 bMagicAddEle,Ele_All,10;
if (.@r>=12) {
bonus2 bSkillAtk,"AG_SOUL_VC_STRIKE",20;
bonus2 bSkillAtk,"CD_FRAMEN",20;
}
if (.@r>=13)
autobonus "{ bonus bSpl,10; bonus bMatkRate,15; }",30,10000,BF_MAGIC;