
RENEWAL / ITEMS
Furious Boots [1]
#470265Armor
FuriousBoots
TypeArmor
Equipment positionFootgear
GenderBoth
Weight150
Buy price0 z
Sell price0 z
DEF30
Slots1
Required level220
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
.@g = getenchantgrade();
.@r = getrefine();
if (BaseLevel>=230) {
bonus2 bAddClass,Class_Normal,5;
bonus2 bMagicAddClass,Class_Normal,5;
bonus2 bAddClass,Class_Boss,5;
bonus2 bMagicAddClass,Class_Boss,5;
}
if (.@r>=7) {
bonus bMatkRate,5;
bonus bAtkRate,5;
if (.@r>=9) {
bonus bVariableCastrate,-10;
if (.@r>=10) {
bonus bFixedCast,-700;
if (.@r>=11) {
bonus2 bMagicAtkEle,Ele_All,10;
bonus bShortAtkRate,10;
bonus bLongAtkRate,10;
}
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bMatkRate,5;
bonus bAtkRate,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bFixedCast,-300;
if (.@g>=ENCHANTGRADE_B) {
bonus bPAtk,5;
bonus bSMatk,5;
if (.@g>=ENCHANTGRADE_A) {
bonus bPAtk,2;
bonus bSMatk,2;
}
}
}
}