Viewing Item

#400155: Gold Fish Head Hat-LT

Item ID 400155 For Sale No
Identifier GoldFish_Hat_LT Credit Price Not For Sale
Name Gold Fish Head Hat-LT Type Armor
NPC Buy 0 Weight 40
NPC Sell 0 Weapon Level 0
Range 0 Defense 2
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_Holy,10;

9 bonus bShortAtkRate,10;

10 if (.@r>=9) {

11 bonus bMatkRate,5;

12 if (.@r>=11) {

13 bonus2 bMagicAddEle,Ele_Dark,20;

14 bonus2 bAddEle,Ele_Dark,20;

15 }

16 }

17 }

18 if (.@g >= ENCHANTGRADE_D) {

19 bonus2 bMagicAtkEle,Ele_Holy,5;

20 bonus bShortAtkRate,5;

21 if (.@g >= ENCHANTGRADE_C) {

22 bonus bPAtk,2;

23 bonus bSmatk,2;

24 if (.@g >= ENCHANTGRADE_B) {

25 if (.@r>=12) {

26 bonus bFixedCast,-500;

27 }

28 }

29 }

30 }

31 autobonus "{ bonus bAtkEle,Ele_Holy; }",1,60000,BF_WEAPON;

32 autobonus "{ bonus2 bMagicAtkEle,Ele_Holy,20; }",1,60000,BF_MAGIC;

Equip Script None
Unequip Script None