Viewing Item

#450270: Dim Glacier Armor

Item ID 450270 For Sale No
Identifier D_Glacier_Armor Credit Price Not For Sale
Name Dim Glacier Armor Type Armor
NPC Buy 0 Weight 240
NPC Sell 0 Weapon Level 0
Range 0 Defense 203
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,140;

4 bonus bPow,(.@r/2);

5 bonus bCon,(.@r/2);

6 if (.@r>=7) {

7 bonus bPAtk,2;

8 bonus bAtkRate,3;

9 if (.@r>=9) {

10 bonus bDelayrate,-5;

11 bonus bVariableCastrate,-5;

12 if (.@r>=11) {

13 bonus bLongAtkRate,10;

14 bonus bShortAtkRate,10;

15 }

16 }

17 }

18 if (.@g>=ENCHANTGRADE_D) {

19 bonus bAtkRate,5;

20 bonus bPow,5;

21 bonus bCon,5;

22 if (.@g>=ENCHANTGRADE_C) {

23 bonus bLongAtkRate,10;

24 bonus bShortAtkRate,10;

25 if (.@g>=ENCHANTGRADE_B) {

26 bonus bAtkRate,1;

27 if (.@g>=ENCHANTGRADE_A) {

28 bonus bAtkRate,2;

29 }

30 }

31 }

32 }

Equip Script None
Unequip Script None