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 = getenchantgrade();

2 .@r = getrefine();

3 if (BaseLevel>=210) {

4 bonus bPAtk,2;

5 bonus bSMatk,2;

6 }

7 if (.@r>=7) {

8 bonus2 bMagicAtkEle,Ele_Fire,10;

9 bonus bShortAtkRate,10;

10 if (.@r>=9) {

11 bonus bAtkRate,5;

12 bonus bMatkRate,5;

13 if (.@r>=11) {

14 bonus2 bMagicAddEle,Ele_Earth,20;

15 bonus2 bAddEle,Ele_Earth,20;

16 }

17 }

18 }

19 if (.@g >= ENCHANTGRADE_D) {

20 bonus2 bMagicAtkEle,Ele_Fire,5;

21 bonus bShortAtkRate,5;

22 if (.@g >= ENCHANTGRADE_C) {

23 bonus bPAtk,2;

24 bonus bSMatk,2;

25 if (.@g >= ENCHANTGRADE_B) {

26 if (.@r>=12) {

27 bonus bFixedCast,-500;

28 }

29 }

30 }

31 }

32 autobonus "{ bonus bAtkEle,Ele_Fire; }",1,60000,BF_WEAPON;

33 autobonus "{ bonus2 bMagicAtkEle,Ele_Fire,20; }",1,60000,BF_MAGIC;

Equip Script None
Unequip Script None