Viewing Item

#450266: Glacier Manteau

Item ID 450266 For Sale No
Identifier Glacier_Manteau Credit Price Not For Sale
Name Glacier Manteau Type Armor
NPC Buy 0 Weight 160
NPC Sell 0 Weapon Level 0
Range 0 Defense 112
Slots 1 Refineable Yes
Attack 0 Min Equip Level 230
MATK 0 Max Equip Level None
Equip Locations Garment
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 bMaxHP,2500+200*(.@r/2);

4 bonus bMaxSP,500+50*(.@r/2);

5 if (.@r>=7) {

6 bonus bAspdRate,7;

7 if (.@r>=9) {

8 bonus bPow,3;

9 if (.@r>=10) {

10 bonus bVariableCastrate,-5;

11 }

12 }

13 }

14 if (.@g>=ENCHANTGRADE_D) {

15 bonus bPAtk,2;

16 bonus bAtkRate,3;

17 if (.@g>=ENCHANTGRADE_C) {

18 bonus bVariableCastrate,-10;

19 }

20 }

Equip Script None
Unequip Script None