Viewing Item

#450264: Glacier Armor

Item ID 450264 For Sale No
Identifier Glacier_Armor Credit Price Not For Sale
Name Glacier Armor Type Armor
NPC Buy 0 Weight 240
NPC Sell 0 Weapon Level 0
Range 0 Defense 168
Slots 1 Refineable Yes
Attack 0 Min Equip Level 230
MATK 0 Max Equip Level None
Equip Locations Armor
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 bBaseAtk,120+15*(.@r/2);

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

5 if (.@r>=7) {

6 bonus bLongAtkRate,5;

7 bonus bShortAtkRate,5;

8 bonus bAspdRate,10;

9 if (.@r>=9) {

10 bonus bAspdRate,5;

11 bonus bPAtk,3;

12 if (.@r>=10) {

13 bonus bDelayrate,-5;

14 bonus bDef,100;

15 }

16 }

17 }

18 if (.@g>=ENCHANTGRADE_D) {

19 bonus bDelayrate,-5;

20 bonus bPow,3;

21 bonus bCon,3;

22 if (.@g>=ENCHANTGRADE_C) {

23 bonus bPAtk,2;

24 bonus bAtkRate,3;

25 }

26 }

Equip Script None
Unequip Script None