
RENEWAL / ITEMS
Battle Surcoat [1]
#20860Armor
BattleSurcoat
TypeArmor
Equipment positionGarment
GenderBoth
Weight30
Buy price20 z
Sell price10 z
DEF10
Slots1
Required level70
Armor level1
Description
A replica of the surcoat which is worn by the lord of Amatsu Castle. Once worn, you will be able to move rapidly.
Class: Garment
Defense: 10
Weight: 30
Requires Level: 70
ASPD +3%,
FLEE +10
Enables [Double Attack] Lv3 skill
Enables [Raging Trifecta Blow] Lv3 skill
If refinement level is 7 or higher,
ASPD +3%
FLEE +10
Enables [Double Attack] Lv5 skill
Enables [Raging Trifecta Blow] Lv5 skill
If refinement level is 9 or higher,
ASPD +3%
FLEE +10
Enables [Double Attack] Lv10 skill
Enables [Raging Trifecta Blow] Lv10 skill
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@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;
}