Artwork unavailable
RENEWAL / ITEMS
Battle Surcoat [1]
#480343Armor
aegis_480343
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();
bonus bAspdRate,3;
bonus bFlee,10;
skill "TF_DOUBLE",3;
skill "MO_TRIPLEATTACK",3;
if (.@r>=11) {
bonus bAspdRate,3;
bonus bFlee,10;
skill "TF_DOUBLE",5;
skill "MO_TRIPLEATTACK",5;
}
if (.@r>=13) {
bonus bAspdRate,3;
bonus bFlee,10;
skill "TF_DOUBLE",10;
skill "MO_TRIPLEATTACK",10;
}