Viewing Item

#450265: Glacier Robe

Item ID 450265 For Sale No
Identifier Glacier_Robe Credit Price Not For Sale
Name Glacier Robe Type Armor
NPC Buy 0 Weight 120
NPC Sell 0 Weapon Level 0
Range 0 Defense 120
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 .@refinebonus = 15*(.@r/2);

4 bonus bMatk,120 + .@refinebonus;

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

6 if (.@r>=7) {

7 bonus2 bMagicAtkEle,Ele_All,5;

8 bonus bVariableCastrate,-10;

9 if (.@r>=9) {

10 bonus bVariableCastrate,-5;

11 bonus bSMatk,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 bSpl,3;

21 bonus bCon,3;

22 if (.@g>=ENCHANTGRADE_C) {

23 bonus bSMatk,2;

24 bonus bMatkRate,3;

25 }

26 }

Equip Script None
Unequip Script None