Viewing Item

#470196: Glacier Boots

Item ID 470196 For Sale No
Identifier Glacier_Boots Credit Price Not For Sale
Name Glacier Boots Type Armor
NPC Buy 0 Weight 200
NPC Sell 0 Weapon Level 0
Range 0 Defense 98
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,8;

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

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

6 if (.@r>=7) {

7 bonus bLongAtkRate,7;

8 bonus bShortAtkRate,7;

9 if (.@r>=9) {

10 bonus bPAtk,3;

11 if (.@r>=10) {

12 bonus bAspdRate,7;

13 bonus bDef,100;

14 }

15 }

16 }

17 if (.@g>=ENCHANTGRADE_D) {

18 bonus bMRes,25;

19 bonus bRes,25;

20 if (.@g>=ENCHANTGRADE_C) {

21 bonus bPAtk,2;

22 bonus bPow,2;

23 bonus bCon,2;

24 }

25 }

Equip Script None
Unequip Script None