Viewing Item

#470266: Mythical Moonlight Paw

Item ID 470266 For Sale No
Identifier Mythical_Moonlight_US Credit Price Not For Sale
Name Mythical Moonlight Paw Type Armor
NPC Buy 0 Weight 10
NPC Sell 0 Weapon Level 0
Range 0 Defense 70
Slots 1 Refineable Yes
Attack 0 Min Equip Level 130
MATK 0 Max Equip Level None
Equip Locations Footgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 .@g = getenchantgrade();

3 bonus bMatkRate,10;

4 bonus bInt,2*(.@r/2);

5 bonus bMatk,10*(.@r/2);

6 bonus bSpl,.@r/3;

7 bonus bCon,.@r/3;

8 bonus bSMatk,.@r/3;

9 if (.@r>=8) {

10 bonus bMatkRate,10;

11 if (.@r>=9) {

12 bonus bFixedCast,-300;

13 if (.@r>=10) {

14 bonus2 bMagicAtkEle,Ele_Fire,30;

15 bonus2 bMagicAtkEle,Ele_Holy,30;

16 if (.@r>=11) {

17 bonus2 bMagicAddSize,Size_All,15;

18 }

19 }

20 }

21 }

22 if (.@g>=ENCHANTGRADE_D) {

23 bonus bRes,30;

24 bonus bMRes,30;

25 if (.@g>=ENCHANTGRADE_C) {

26 bonus2 bMagicAddSize,Size_All,15;

27 if (.@g>=ENCHANTGRADE_B) {

28 bonus bSMatk,15;

29 if (.@g>=ENCHANTGRADE_A) {

30 if (.@r>=13) {

31 bonus bFixedCast,-700;

32 }

33 }

34 }

35 }

36 }

Equip Script None
Unequip Script None