
RENEWAL / ITEMS
Gaebolg Armor [1]
#450350Armor
Gaebolg_Armor
TypeArmor
Equipment positionArmor
GenderBoth
Weight240
Buy price0 z
Sell price0 z
DEF198
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
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@g = getenchantgrade();
.@r = getrefine();
bonus bBaseAtk,130+15*(.@r/2);
bonus bDef,15*(.@r/2);
if (.@r>=7) {
bonus bLongAtkRate,3;
bonus bShortAtkRate,3;
if (.@r>=9) {
bonus bVariableCastrate,-10;
bonus bPAtk,5;
if (.@r>=10) {
bonus bLongAtkRate,5;
bonus bShortAtkRate,5;
if (.@r>=12) {
bonus bDelayrate,-5;
}
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bDelayrate,-5;
bonus bPow,3;
bonus bCon,3;
if (.@g>=ENCHANTGRADE_C) {
bonus bPAtk,2;
bonus bAtkRate,3;
if (.@g>=ENCHANTGRADE_B) {
bonus bPAtk,3;
bonus bPow,4;
bonus bCon,4;
if (.@g>=ENCHANTGRADE_A) {
bonus bPAtk,5;
bonus bAtkRate,4;
}
}
}
}