Viewing Item

#450405: Convertible Physical Armor

Item ID 450405 For Sale No
Identifier aegis_450405 Credit Price Not For Sale
Name Convertible Physical Armor Type Armor
NPC Buy 0 Weight 100
NPC Sell 0 Weapon Level 0
Range 0 Defense 130
Slots 1 Refineable Yes
Attack 0 Min Equip Level 150
MATK 0 Max Equip Level None
Equip Locations Armor
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bBaseAtk,100+10*(.@r/2);

3 if (.@r>=7) {

4 bonus bAspdRate,15;

5 if (.@r>=9) {

6 bonus bLongAtkRate,10;

7 bonus bShortAtkRate,10;

8 if (.@r>=11) {

9 bonus bDelayrate,-10;

10 }

11 }

12 }

Equip Script None
Unequip Script None