Artwork unavailable
RENEWAL / ITEMS
Crimson Magic Boots-LT [1]
#470199Armor
Wine_Shoes_LT
TypeArmor
Equipment positionFootgear
GenderBoth
Weight30
Buy price0 z
Sell price0 z
DEF10
Slots1
Required level190
Armor level2
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();
.@g = getenchantgrade();
bonus bMdef,15;
bonus bAtkRate,5+(.@r/2);
bonus bMatkRate,5+(.@r/2);
bonus bPAtk,.@r/3;
bonus bSMatk,.@r/3;
bonus bLongAtkDef,5;
bonus2 bSubEle,Ele_Neutral,5;
if (.@r>=11) {
bonus2 bSubEle,Ele_All,10;
bonus2 bSubEle,Ele_Neutral,-10;
if (.@r>=13) {
bonus bDelayrate,-6;
bonus bFixedCast,-600;
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus bRes,30;
bonus bMRes,30;
if (.@g >= ENCHANTGRADE_C) {
bonus bLongAtkDef,5;
bonus2 bSubEle,Ele_Neutral,5;
if (.@g >= ENCHANTGRADE_B) {
bonus bDelayrate,-4;
bonus bFixedCast,-200;
if (.@g >= ENCHANTGRADE_A) {
bonus2 bSubEle,Ele_All,5;
if (.@r>=13)
bonus bFixedCast,-200;
}
}
}
}