Viewing Item

#450279: Icy Storm Rune Suit

Item ID 450279 For Sale No
Identifier Ice_S_R_Suits Credit Price Not For Sale
Name Icy Storm Rune Suit Type Armor
NPC Buy 0 Weight 75
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
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 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 bBaseAtk,100+15*(.@r/2);

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

6 if (.@r>=7) {

7 bonus bPAtk,2;

8 bonus bAtkRate,3;

9 bonus bMdef,25;

10 if (.@r>=9) {

11 bonus bPAtk,3;

12 bonus bMdef,25;

13 if (.@r>=11) {

14 bonus bLongAtkRate,5;

15 bonus bDelayrate,-10;

16 }

17 }

18 }

19 if (.@g>=ENCHANTGRADE_D) {

20 bonus bAtkRate,5;

21 bonus bBaseAtk,10;

22 if (.@g>=ENCHANTGRADE_C) {

23 bonus bLongAtkRate,3;

24 bonus bAtkRate,8;

25 bonus bBaseAtk,20;

26 if (.@g>=ENCHANTGRADE_B) {

27 bonus bLongAtkRate,5;

28 bonus bAtkRate,11;

29 bonus bPow,5;

30 if (.@g>=ENCHANTGRADE_A) {

31 bonus bLongAtkRate,7;

32 bonus bAtkRate,14;

33 bonus bCon,5;

34 }

35 }

36 }

37 }

Equip Script None
Unequip Script None