Viewing Item

#312354: Icy Storm Rune 10Lv

Item ID 312354 For Sale No
Identifier Ice_Storm_R_10 Credit Price Not For Sale
Name Icy Storm Rune 10Lv Type Card - Enchant
NPC Buy 0 Weight 0
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level None
MATK 0 Max Equip Level None
Equip Locations None
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@dex = (readparam(bDex)/20);

2 .@g = getenchantgrade();

3 bonus bBaseAtk,10*.@dex;

4 bonus bPow,2*.@dex;

5 bonus bCon,2*.@dex;

6 if (.@g>=ENCHANTGRADE_D) {

7 bonus bLongAtkRate,6;

8 bonus bPAtk,6;

9 if (.@g>=ENCHANTGRADE_C) {

10 bonus bLongAtkRate,10;

11 bonus bPAtk,9;

12 if (.@g>=ENCHANTGRADE_B) {

13 bonus bLongAtkRate,14;

14 bonus bPAtk,12;

15 if (.@g>=ENCHANTGRADE_A) {

16 bonus bLongAtkRate,18;

17 bonus bPAtk,15;

18 }

19 }

20 }

21 }

Equip Script None
Unequip Script None