Viewing Item

#480174: Pirate Captain's Coat

Item ID 480174 For Sale No
Identifier Pirate_Captain_Coat Credit Price Not For Sale
Name Pirate Captain's Coat Type Armor
NPC Buy 0 Weight 60
NPC Sell 0 Weapon Level 0
Range 0 Defense 15
Slots 1 Refineable Yes
Attack 0 Min Equip Level 200
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 .@g

2 =

3 getenchantgrade();

4 .@r

5 =

6 getrefine();

7 bonus

8 bCRate,5;

9 bonus

10 bCritical,3;

11 bonus

12 bCritAtkRate,3*(.@r/2);

13 bonus

14 bBaseAtk,15*(.@r/2);

15 bonus2

16 bAddSize,Size_All,5*(.@r/3);

17 if

18 (.@r

19 =7)

20 {

21 bonus

22 bPAtk,7;

23 bonus

24 bAtkRate,5;

25 if

26 (.@r

27 =9)

28 {

29 bonus

30 bDelayrate,-10;

31 if

32 (.@r

33 =11)

34 {

35 bonus

36 bDelayrate,-5;

37 bonus

38 bDef,150;

39 }

40 }

41 }

42 if

43 (.@g

44 =ENCHANTGRADE_D)

45 {

46 bonus

47 bCritical,3;

48 bonus

49 bCrt,3;

50 if

51 (.@g

52 =ENCHANTGRADE_C)

53 {

54 bonus

55 bCritAtkRate,15;

56 if

57 (.@g

58 =ENCHANTGRADE_B)

59 {

60 bonus

61 bPow,3;

62 bonus

63 bCon,3;

64 if

65 (.@g

66 =ENCHANTGRADE_A)

67 {

68 bonus

69 bPAtk,7;

70 }

71 }

72 }

73 }

Equip Script None
Unequip Script None