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 bonus2 bAddRace,RC_Player_Doram,10;

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

11 if (.@r>=7) {

12 bonus bShortAtkRate,15;

13 if (.@r>=9) {

14 bonus bAtkRate,10;

15 if (.@r>=11) {

16 bonus bShortAtkRate,10;

17 }

18 }

19 }

20 if (.@g >= ENCHANTGRADE_D) {

21 bonus bAtkRate,5;

22 bonus bPow,3;

23 if (.@g >= ENCHANTGRADE_C) {

24 bonus bFixedCast,-500;

25 bonus bSta,2;

26 if (.@g >= ENCHANTGRADE_B) {

27 bonus bPAtk,2;

28 bonus bRes,20;

29 if (.@g >= ENCHANTGRADE_A) {

30 bonus bPAtk,7;

31 }

32 }

33 }

34 }

Equip Script None
Unequip Script None