
RENEWAL / ITEMS
Pirate Captain's Coat [1]
#480174Armor
Pirate_Captain_Coat
TypeArmor
Equipment positionGarment
GenderBoth
Weight60
Buy price0 z
Sell price0 z
DEF15
Slots1
Required level200
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 bCRate,5;
bonus bCritical,3;
bonus bCritAtkRate,3*(.@r/2);
bonus bBaseAtk,15*(.@r/2);
bonus2 bAddSize,Size_All,5*(.@r/3);
if (.@r>=7) {
bonus bPAtk,7;
bonus bAtkRate,5;
if (.@r>=9) {
bonus bDelayrate,-10;
if (.@r>=11) {
bonus bDelayrate,-5;
bonus bDef,150;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bCritical,3;
bonus bCrt,3;
if (.@g>=ENCHANTGRADE_C) {
bonus bCritAtkRate,15;
if (.@g>=ENCHANTGRADE_B) {
bonus bPow,3;
bonus bCon,3;
if (.@g>=ENCHANTGRADE_A) {
bonus bPAtk,7;
}
}
}
}