Artwork unavailable
RENEWAL / ITEMS
Crimson Magic Boots [1]
#470127Armor
Wine_Shoes
TypeArmor
Equipment positionFootgear
GenderBoth
Weight30
Buy price0 z
Sell price0 z
DEF10
Slots1
Required level100
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 bMdef,15;
bonus bAtkRate,5+(.@r/2);
bonus bMatkRate,5+(.@r/2);
bonus bLongAtkDef,5;
bonus2 bSubEle,Ele_Neutral,5;
if (.@r>=11) {
bonus2 bSubEle,Ele_Earth,10;
bonus2 bSubEle,Ele_Fire,10;
bonus2 bSubEle,Ele_Water,10;
bonus2 bSubEle,Ele_Wind,10;
}
if (.@r>=13) {
bonus bFixedCast,-600;
bonus bDelayrate,-6;
}