Viewing Item

#400245: Tiger King Doll Hat-LT

Item ID 400245 For Sale No
Identifier King_Tiger_Doll_Hat_LT Credit Price Not For Sale
Name Tiger King Doll Hat-LT Type Armor
NPC Buy 0 Weight 40
NPC Sell 0 Weapon Level 0
Range 0 Defense 6
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 bonus bStr,2;

4 bonus bDex,2;

5 bonus bPow,2;

6 bonus bCon,2;

7 bonus bAspdRate,10;

8 bonus2 bAddRace,RC_Brute,10;

9 autobonus "{ .@r = getrefine(); bonus bBaseAtk,35*.@r; if (.@r>=10) { bonus bPAtk,20; } }",1,7000,BF_WEAPON;

10 if (.@r>=7) {

11 bonus bShortAtkRate,15;

12 if (.@r>=9) {

13 bonus bAtkRate,10;

14 if (.@r>=11) {

15 bonus bShortAtkRate,10;

16 }

17 }

18 }

19 if (.@g >= ENCHANTGRADE_D) {

20 bonus bAtkRate,5;

21 bonus bPow,3;

22 if (.@g >= ENCHANTGRADE_C) {

23 bonus bFixedCast,-500;

24 bonus bSta,2;

25 if (.@g >= ENCHANTGRADE_B) {

26 bonus bPAtk,2;

27 bonus bRes,20;

28 if (.@g >= ENCHANTGRADE_A) {

29 bonus bPAtk,7;

30 }

31 }

32 }

33 }

Equip Script None
Unequip Script None