Viewing Item

#480451: Automatic Engine Wing C-Type

Item ID 480451 For Sale No
Identifier aegis_480451 Credit Price Not For Sale
Name Automatic Engine Wing C-Type Type Armor
NPC Buy 0 Weight 80
NPC Sell 0 Weapon Level 0
Range 0 Defense 35
Slots 1 Refineable Yes
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Garment
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 skill "BS_GREED",1;

3 bonus bMaxHP,2500;

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

5 bonus bMatk,10*(.@r/2);

6 if (.@r>=7) {

7 bonus bAspdRate,10;

8 bonus bVariableCastrate,-15;

9 bonus bCritical,10;

10 if (.@r>=9) {

11 bonus bShortAtkRate,10;

12 bonus bLongAtkRate,10;

13 bonus bMatkRate,10;

14 if (.@r>=11) {

15 bonus bShortAtkRate,7;

16 bonus bLongAtkRate,7;

17 bonus bMatkRate,10;

18 }

19 }

20 }

Equip Script None
Unequip Script None