Viewing Item

#450268: Glacier Shoes

Item ID 450268 For Sale No
Identifier Glacier_Shoes Credit Price Not For Sale
Name Glacier Shoes Type Armor
NPC Buy 0 Weight 100
NPC Sell 0 Weapon Level 0
Range 0 Defense 70
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 bMaxHPrate,6;

4 bonus bMaxSPrate,6+(.@r/2);

5 bonus bDef,15*(.@r/2);

6 if (.@r>=7) {

7 bonus2 bMagicAtkEle,Ele_All,7;

8 if (.@r>=9) {

9 bonus bSMatk,3;

10 if (.@r>=10) {

11 bonus bVariableCastrate,-7;

12 bonus bDef,100;

13 }

14 }

15 }

16 if (.@g>=ENCHANTGRADE_D) {

17 bonus bMRes,25;

18 bonus bRes,25;

19 if (.@g>=ENCHANTGRADE_C) {

20 bonus bSMatk,2;

21 bonus bSpl,2;

22 bonus bCon,2;

23 }

24 }

Equip Script None
Unequip Script None