Artwork unavailable
RENEWAL / ITEMS
Battle Haori [1]
#20909Armor
BattleSurcoat_BR
TypeArmor
Equipment positionGarment
GenderBoth
Weight30
Buy price0 z
Sell price0 z
DEF10
Slots1
Required level70
Armor level1
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
.@r = getrefine();
if (.@r>=11) {
bonus bAspdRate,9;
bonus bFlee,30;
skill "TF_DOUBLE",10;
skill "MO_TRIPLEATTACK",10;
}
else if (.@r>=8) {
bonus bAspdRate,6;
bonus bFlee,20;
skill "TF_DOUBLE",5;
skill "MO_TRIPLEATTACK",5;
}
else {
bonus bAspdRate,3;
bonus bFlee,10;
skill "TF_DOUBLE",3;
skill "MO_TRIPLEATTACK",3;
}