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

2 =

3 getenchantgrade();

4 .@r

5 =

6 getrefine();

7 bonus

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

9 bonus

10 bCon,3;

11 bonus

12 bPAtk,(.@r/4);

13 if

14 (.@r

15 =7)

16 {

17 bonus

18 bLongAtkRate,10;

19 if

20 (.@r

21 =9)

22 {

23 bonus

24 bPerfectHitAddRate,15;

25 if

26 (.@r

27 =11)

28 {

29 bonus

30 bLongAtkRate,15;

31 bonus

32 bDelayrate,-15;

33 }

34 }

35 }

36 if

37 (.@g

38 =ENCHANTGRADE_D)

39 {

40 bonus

41 bAtkRate,5;

42 bonus

43 bBaseAtk,40;

44 if

45 (.@g

46 =ENCHANTGRADE_C)

47 {

48 bonus

49 bCon,5;

50 if

51 (.@g

52 =ENCHANTGRADE_B)

53 {

54 bonus2

55 bAddSize,Size_All,15;

56 if

57 (.@g

58 =ENCHANTGRADE_A)

59 {

60 bonus

61 bPAtk,7;

62 }

63 }

64 }

65 }

Equip Script None
Unequip Script None