
RENEWAL / ITEMS
Boots of Good and Evil (Elemental Master) [1]
#470213Armor
FateSin_Boots_EM
TypeArmor
Equipment positionFootgear
GenderBoth
Weight60
Buy price0 z
Sell price0 z
DEF20
Slots1
Required level210
Armor level2
Description
Boots imbued with the power of good and evil.
------------------------
MHP + 500, MSP + 100.
------------------------
For every 2 refine level, MHP + 1%, MSP + 1%.
------------------------
When refined to +7 or higher, MATK + 7%.
------------------------
When refined to +9 or higher, increase all property magic damage by 10%.
------------------------
When refined to +11 or higher, reduce Fixed Casting Time by 0.5 seconds.
------------------------
[Grade Bonus]
[Grade D] RES + 50, MRES + 50.
[Grade C] Increase magic damage against all size enemies by 10%.
[Grade B] P.ATK + 7, S.MATK + 7.
[Grade A] Reduce Fixed Casting Time by additional 0.5 seconds.
------------------------
Type: Shoes
Def: 20
Weight: 60
Armor Level: 2
Required Level: 210
Class: Elemental Master
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Footgear
- Jobs
- Sage
- Yes
- Classes
- Fourth
- Yes
- Refineable
- Yes
- Trade
Item effect 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;
}
}
}
}