Viewing Item

#470198: Dim Glacier Shoes

Item ID 470198 For Sale No
Identifier D_Glacier_Shoes Credit Price Not For Sale
Name Dim Glacier Shoes Type Armor
NPC Buy 0 Weight 100
NPC Sell 0 Weapon Level 0
Range 0 Defense 90
Slots 1 Refineable Yes
Attack 0 Min Equip Level 230
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 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bSpl,2;

4 bonus bCon,2;

5 if (.@r>=7) {

6 bonus bSMatk,2;

7 bonus bMatkRate,5;

8 if (.@r>=9) {

9 bonus bVariableCastrate,-10;

10 if (.@r>=11) {

11 bonus2 bMagicAtkEle,Ele_All,10;

12 }

13 }

14 }

15 if (.@g>=ENCHANTGRADE_D) {

16 bonus bMatkRate,2;

17 if (.@g>=ENCHANTGRADE_C) {

18 bonus bFixedCast,-1000;

19 if (.@g>=ENCHANTGRADE_B) {

20 bonus bSMatk,2;

21 bonus bMatkRate,1;

22 if (.@g>=ENCHANTGRADE_A) {

23 bonus bMatkRate,2;

24 }

25 }

26 }

27 }

Equip Script None
Unequip Script None