Artwork unavailable
RENEWAL / ITEMS
Convertible Critical Armor [1]
#450407Armor
aegis_450407
TypeArmor
Equipment positionArmor
GenderBoth
Weight100
Buy price0 z
Sell price0 z
DEF130
Slots1
Required level150
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
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bBaseAtk,100+7*(.@r/2);
bonus bCritical,2*(.@r/2);
if (.@r>=7) {
bonus bAspdRate,15;
if (.@r>=9) {
bonus bCritAtkRate,10;
if (.@r>=11) {
bonus bDelayrate,-10;
}
}
}