Viewing Item

#450283: Engraved Icy Storm Rune Suit

Item ID 450283 For Sale No
Identifier Ice_S_R_Suits2 Credit Price Not For Sale
Name Engraved Icy Storm Rune Suit Type Armor
NPC Buy 0 Weight 0
NPC Sell 0 Weapon Level 0
Range 0 Defense 125
Slots 1 Refineable Yes
Attack 0 Min Equip Level 250
MATK 0 Max Equip Level None
Equip Locations Armor
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction Can't be dropped / Can't be traded with player / Can't be put in Cart / Can't be put in Storage / Can't be put in Guild Storage / Can't be attached in Mail / Can't be auctioned
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bCritical,-10;

4 bonus bPow,3;

5 bonus bCon,3;

6 bonus bBaseAtk,140+15*(.@r/2);

7 bonus bDef,30*(.@r/2);

8 if (.@r>=7) {

9 bonus bPAtk,2;

10 bonus bAtkRate,5;

11 bonus bMdef,25;

12 if (.@r>=9) {

13 bonus bPAtk,5;

14 bonus bMdef,25;

15 if (.@r>=11) {

16 bonus bLongAtkRate,15;

17 bonus bDelayrate,-10;

18 }

19 }

20 }

21 if (.@g>=ENCHANTGRADE_D) {

22 bonus bAtkRate,5;

23 bonus bBaseAtk,25;

24 if (.@g>=ENCHANTGRADE_C) {

25 bonus bLongAtkRate,3;

26 bonus bAtkRate,8;

27 bonus bBaseAtk,45;

28 if (.@g>=ENCHANTGRADE_B) {

29 bonus bLongAtkRate,5;

30 bonus bAtkRate,13;

31 bonus bPow,10;

32 if (.@g>=ENCHANTGRADE_A) {

33 bonus bLongAtkRate,7;

34 bonus bAtkRate,16;

35 bonus bCon,10;

36 }

37 }

38 }

39 }

Equip Script None
Unequip Script None