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