Viewing Item

#480283: Dim Glacier Manteau

Item ID 480283 For Sale No
Identifier D_Glacier_Manteau Credit Price Not For Sale
Name Dim Glacier Manteau Type Armor
NPC Buy 0 Weight 160
NPC Sell 0 Weapon Level 0
Range 0 Defense 147
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 bPow,1;

4 bonus bCon,1;

5 if (.@r>=7) {

6 bonus bVariableCastrate,-10;

7 if (.@r>=9) {

8 bonus bLongAtkRate,10;

9 bonus bShortAtkRate,10;

10 if (.@r>=11) {

11 bonus bDelayrate,-10;

12 }

13 }

14 }

15 if (.@g>=ENCHANTGRADE_D) {

16 bonus bAtkRate,3;

17 bonus bPow,5;

18 bonus bCon,5;

19 if (.@g>=ENCHANTGRADE_C) {

20 bonus bLongAtkRate,5;

21 bonus bShortAtkRate,5;

22 bonus bPAtk,2;

23 if (.@g>=ENCHANTGRADE_B) {

24 bonus bPAtk,1;

25 if (.@g>=ENCHANTGRADE_A) {

26 bonus bAtkRate,2;

27 }

28 }

29 }

30 }

Equip Script None
Unequip Script None