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 (getpetinfo(PETINFO_EGGID)

38 ==

39 9111)

40 {

41 bonus

42 bAtkRate,7;

43 bonus

44 bAspd,2;

45 }

46 if

47 (.@g

48 =ENCHANTGRADE_D)

49 {

50 bonus

51 bAtkRate,5;

52 bonus

53 bBaseAtk,40;

54 if

55 (.@g

56 =ENCHANTGRADE_C)

57 {

58 bonus

59 bCon,5;

60 if

61 (.@g

62 =ENCHANTGRADE_B)

63 {

64 bonus2

65 bAddSize,Size_All,15;

66 if

67 (.@g

68 =ENCHANTGRADE_A)

69 {

70 bonus

71 bPAtk,7;

72 }

73 }

74 }

75 }

Equip Script None
Unequip Script None