
RENEWAL / ITEMS
Gaebolg Boots [1]
#470260Armor
Gaebolg_Boots
TypeArmor
Equipment positionFootgear
GenderBoth
Weight200
Buy price0 z
Sell price0 z
DEF128
Slots1
Required level245
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();
bonus bMaxHPrate,10;
bonus bMaxSPrate,4+(.@r/2);
bonus bDef,10*(.@r/2);
if (.@r>=7) {
bonus bAspdRate,10;
if (.@r>=9) {
bonus bLongAtkRate,5;
bonus bShortAtkRate,5;
bonus bPAtk,5;
if (.@r>=10) {
bonus bBaseAtk,20;
bonus bDef,100;
if (.@r>=12) {
bonus bLongAtkRate,5;
bonus bShortAtkRate,5;
}
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bBaseAtk,10;
bonus bPow,2;
bonus bCon,2;
if (.@g>=ENCHANTGRADE_C) {
bonus bPAtk,2;
bonus bAtkRate,2;
if (.@g>=ENCHANTGRADE_B) {
bonus bFixedCast,-1000;
if (.@g>=ENCHANTGRADE_A) {
bonus bPAtk,3;
bonus bAtkRate,3;
}
}
}
}