Viewing Item

#400153: Wickebine's Black Cat Ears-LT

Item ID 400153 For Sale No
Identifier Whikebain_Ears_K_LT Credit Price Not For Sale
Name Wickebine's Black Cat Ears-LT Type Armor
NPC Buy 0 Weight 20
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
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 bFlee,20;

4 bonus2 bMagicAtkEle,Ele_All,15;

5 bonus bCritAtkRate,15;

6 if (BaseLevel>=210) {

7 bonus bPAtk,2;

8 bonus bSmatk,2;

9 }

10 if (.@r>=7) {

11 bonus bCritAtkRate,10;

12 bonus2 bMagicAtkEle,Ele_Earth,10;

13 if (.@r>=9) {

14 bonus bMatkRate,5;

15 if (.@r>=11) {

16 bonus bDelayrate,-5;

17 }

18 }

19 }

20 if (.@g >= ENCHANTGRADE_D) {

21 if (.@r>=11) {

22 bonus bDelayrate,-5;

23 }

24 }

25 if (.@g >= ENCHANTGRADE_C) {

26 bonus bPAtk,2;

27 bonus bSmatk,2;

28 if (.@g >= ENCHANTGRADE_B) {

29 if (.@r>=12) {

30 bonus bFixedCast,-500;

31 }

32 }

33 }

34 autobonus "{ bonus bCritical,30; }",1,10000,BF_WEAPON;

35 autobonus "{ bonus2 bIgnoreMdefRaceRate,RC_All,100; bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-100; bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-100; }",1,10000,BF_MAGIC;

Equip Script None
Unequip Script None