Viewing Item

#400156: Imp Hat-LT

Item ID 400156 For Sale No
Identifier Imp_Hat_LT Credit Price Not For Sale
Name Imp Hat-LT Type Armor
NPC Buy 0 Weight 40
NPC Sell 0 Weapon Level 0
Range 0 Defense 1
Slots 1 Refineable Yes
Attack 0 Min Equip Level 150
MATK 0 Max Equip Level None
Equip Locations Upper Headgear
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 if

8 (BaseLevel

9 =210)

10 {

11 bonus

12 bPAtk,2;

13 bonus

14 bSMatk,2;

15 }

16 if

17 (.@r

18 =7)

19 {

20 bonus2

21 bMagicAtkEle,Ele_Fire,10;

22 bonus

23 bShortAtkRate,10;

24 if

25 (.@r

26 =9)

27 {

28 bonus

29 bAtkRate,5;

30 bonus

31 bMatkRate,5;

32 if

33 (.@r

34 =11)

35 {

36 bonus2

37 bMagicAddEle,Ele_Earth,20;

38 bonus2

39 bAddEle,Ele_Earth,20;

40 }

41 }

42 }

43 if

44 (.@g

45 =

46 ENCHANTGRADE_D)

47 {

48 bonus2

49 bMagicAtkEle,Ele_Fire,5;

50 bonus

51 bShortAtkRate,5;

52 if

53 (.@g

54 =

55 ENCHANTGRADE_C)

56 {

57 bonus

58 bPAtk,2;

59 bonus

60 bSMatk,2;

61 if

62 (.@g

63 =

64 ENCHANTGRADE_B)

65 {

66 if

67 (.@r

68 =12)

69 {

70 bonus

71 bFixedCast,-500;

72 }

73 }

74 }

75 }

76 autobonus

77 "{

78 bonus

79 bAtkEle,Ele_Fire;

80 }",1,60000,BF_WEAPON;

81 autobonus

82 "{

83 bonus2

84 bMagicAtkEle,Ele_Fire,20;

85 }",1,60000,BF_MAGIC;

Equip Script None
Unequip Script None