Viewing Item

#470197: Dim Glacier Boots

Item ID 470197 For Sale No
Identifier D_Glacier_Boots Credit Price Not For Sale
Name Dim Glacier Boots Type Armor
NPC Buy 0 Weight 200
NPC Sell 0 Weapon Level 0
Range 0 Defense 126
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 bPow,2;

4 bonus bCon,2;

5 if (.@r>=7) {

6 bonus bPAtk,2;

7 bonus bAtkRate,5;

8 if (.@r>=9) {

9 bonus bVariableCastrate,-10;

10 if (.@r>=11) {

11 bonus bLongAtkRate,10;

12 bonus bShortAtkRate,10;

13 }

14 }

15 }

16 if (.@g>=ENCHANTGRADE_D) {

17 bonus bAtkRate,2;

18 if (.@g>=ENCHANTGRADE_C) {

19 bonus bFixedCast,-1000;

20 if (.@g>=ENCHANTGRADE_B) {

21 bonus bPAtk,2;

22 bonus bAtkRate,1;

23 if (.@g>=ENCHANTGRADE_A) {

24 bonus bAtkRate,2;

25 }

26 }

27 }

28 }

Equip Script None
Unequip Script None