Viewing Item

#450217: Phreeoni Wing Suit

Item ID 450217 For Sale No
Identifier Phreeoni_Wing_Suits Credit Price Not For Sale
Name Phreeoni Wing Suit Type Armor
NPC Buy 0 Weight 150
NPC Sell 0 Weapon Level 0
Range 0 Defense 10
Slots 1 Refineable Yes
Attack 0 Min Equip Level 200
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 .@g = getenchantgrade();

2 .@r = getrefine();

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

4 bonus bCon,3;

5 bonus bPAtk,(.@r/4);

6 if (.@r>=7) {

7 bonus bLongAtkRate,10;

8 if (.@r>=9) {

9 bonus bPerfectHitAddRate,15;

10 if (.@r>=11) {

11 bonus bLongAtkRate,15;

12 bonus bDelayrate,-15;

13 }

14 }

15 }

16 if (getpetinfo(PETINFO_EGGID) == 9111) {

17 bonus bAtkRate,7;

18 bonus bAspd,2;

19 }

20 if (.@g>=ENCHANTGRADE_D) {

21 bonus bAtkRate,5;

22 bonus bBaseAtk,40;

23 if (.@g>=ENCHANTGRADE_C) {

24 bonus bCon,5;

25 if (.@g>=ENCHANTGRADE_B) {

26 bonus2 bAddSize,Size_All,15;

27 if (.@g>=ENCHANTGRADE_A) {

28 bonus bPAtk,7;

29 }

30 }

31 }

32 }

Equip Script None
Unequip Script None