.:Renewal Item Database:.
Search Item By ID
|
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
60 Defense
20 Required Lvl 210 Armor Lvl 2 Slot 1 | |
| Applicable Jobs | ![]() |
|---|---|
| Description | A pair of boots which contain the power of good and evil. For each 2 Refine Levels: MaxHP +1%, MaxSP +1%. Refine Level +7: MATK +7%. Refine Level +9: Increases magical damage with every element by 10%. Refine Level +11: Decreases fixed cast time by 0.5 seconds. [Bonus by Grade] [Grade D]: RES +50, MRES +50. [Grade C]: Magical damage against enemies of every size +10%. [Grade B]: P.ATK +7, S.MATK +7. [Grade A]: Fixed cast time -0.5 seconds. |
| Item Script |
expand to view script{ .@g = getenchantgrade(); .@r = getrefine(); bonus bMaxHP,500; bonus bMaxSP,100; bonus bMaxHPrate,(.@r/2); bonus bMaxSPrate,(.@r/2); if (.@r>=7) { bonus bMatkRate,7; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_All,10; if (.@r>=11) { bonus bFixedCast,-500; } } } if (.@g>=ENCHANTGRADE_D) { bonus bMRes,50; bonus bRes,50; if (.@g>=ENCHANTGRADE_C) { bonus2 bMagicAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { bonus bPAtk,7; bonus bSMatk,7; if (.@g>=ENCHANTGRADE_A) { bonus bFixedCast,-500; } } } } },{},{} |
| Dropped By | No Result |



