Viewing Item

#312353: Icy Storm Rune 9Lv

Item ID 312353 For Sale No
Identifier Ice_Storm_R_9 Credit Price Not For Sale
Name Icy Storm Rune 9Lv 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

2 =

3 (readparam(bDex)/20);

4 .@g

5 =

6 getenchantgrade();

7 bonus

8 bBaseAtk,10*.@dex;

9 bonus

10 bPow,2*.@dex;

11 bonus

12 bCon,2*.@dex;

13 if

14 (.@g

15 =ENCHANTGRADE_D)

16 {

17 bonus

18 bLongAtkRate,6;

19 bonus

20 bPAtk,6;

21 if

22 (.@g

23 =ENCHANTGRADE_C)

24 {

25 bonus

26 bLongAtkRate,10;

27 bonus

28 bPAtk,9;

29 if

30 (.@g

31 =ENCHANTGRADE_B)

32 {

33 bonus

34 bLongAtkRate,14;

35 bonus

36 bPAtk,12;

37 if

38 (.@g

39 =ENCHANTGRADE_A)

40 {

41 bonus

42 bPAtk,15;

43 }

44 }

45 }

46 }

Equip Script None
Unequip Script None