Viewing Item

#460040: Glacier Guard

Item ID 460040 For Sale No
Identifier Glacier_Guard Credit Price Not For Sale
Name Glacier Guard Type Armor
NPC Buy 0 Weight 350
NPC Sell 0 Weapon Level 0
Range 0 Defense 220
Slots 1 Refineable Yes
Attack 0 Min Equip Level 230
MATK 0 Max Equip Level None
Equip Locations Off Hand
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 bMRes,15;

4 bonus bRes,15;

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

6 bonus bDef,10*(.@r/2);

7 if (.@r>=7) {

8 bonus bAspdRate,15;

9 if (.@r>=9) {

10 bonus bVariableCastrate,-10;

11 if (.@r>=10) {

12 bonus bMdef,10;

13 bonus bDef,50;

14 }

15 }

16 }

17 if (.@g>=ENCHANTGRADE_D) {

18 bonus bMRes,10;

19 bonus bRes,10;

20 if (.@g>=ENCHANTGRADE_C) {

21 bonus bPAtk,2;

22 bonus bSMatk,2;

23 }

24 }

Equip Script None
Unequip Script None