0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #20860 Armor

Battle Surcoat [1]

Buy Price: N/A Sell Price: N/A
[cRO Item]
_______________________
A replica of the haori worn by the lord of Amatsu Castle.
You can move very quickly when you wear it.
_______________________
ASPD +3%,
FLEE +10
_______________________
Enables the use of Level 3 Double Attack.
Enables the use of Level 3 Triple Attack.
_______________________
Refine Level +7:
ASPD +3%
FLEE +10
Enables the use of Level 5 Double Attack.
Enables the use of Level 5 Triple Attack.
_______________________
Refine Level +9:
ASPD +3%
FLEE +10
Enables the use of Level 10 Double Attack.
Enables the use of Level 10 Triple Attack.
_______________________
Type: Garment
Defense: 10
Weight: 30
Armor Level: 1
_______________________
Requirement:
Base Level 70

Equipment Slots

Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2

Basic Information

Armor
300
10

Requirements

1
70

Scripts

.@r = getrefine(); if (.@r>=9) { bonus bAspdRate,9; bonus bFlee,30; skill "TF_DOUBLE",10; skill "MO_TRIPLEATTACK",10; } else if (.@r>=7) { 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; }
.@r = getrefine();
if (.@r>=9) {
   bonus bAspdRate,9;
   bonus bFlee,30;
   skill "TF_DOUBLE",10;
   skill "MO_TRIPLEATTACK",10;
}
else if (.@r>=7) {
   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;
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.