Viewing Item

#460020: Mad Bunny-LT

Item ID 460020 For Sale No
Identifier Mad_Bunny_K_LT Credit Price Not For Sale
Name Mad Bunny-LT Type Armor
NPC Buy 0 Weight 10
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 1 Refineable Yes
Attack 0 Min Equip Level 160
MATK 0 Max Equip Level None
Equip Locations Off Hand
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 bMatkRate,5+2*(.@r/2);

4 bonus bAtkRate,5+2*(.@r/2);

5 bonus bAspd,3;

6 if (.@r>=7) {

7 bonus bAspdRate,5;

8 bonus bVariableCastrate,-5;

9 if (.@r>=9) {

10 bonus2 bMagicAtkEle,Ele_All,7;

11 bonus bLongAtkRate,7;

12 bonus bShortAtkRate,7;

13 if (.@r>=12) {

14 bonus bCritical,15;

15 bonus bNoCastCancel;

16 }

17 }

18 }

19 if (.@g >= ENCHANTGRADE_D) {

20 if (.@g >= ENCHANTGRADE_C) {

21 bonus bPow,2;

22 bonus bSpl,2;

23 if (.@g >= ENCHANTGRADE_B) {

24 bonus bPAtk,2;

25 bonus bSmatk,2;

26 if (.@g >= ENCHANTGRADE_A) {

27 bonus bDelayrate,-5;

28 }

29 }

30 }

31 }

Equip Script None
Unequip Script None