Viewing Item

#312393: Corrupted Poison Rune 9Lv

Item ID 312393 For Sale No
Identifier Corrupt_Poison_R_9 Credit Price Not For Sale
Name Corrupted Poison 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 .@luk

2 =

3 (readparam(bLuk)/20);

4 .@g

5 =

6 getenchantgrade();

7 bonus

8 bBaseAtk,10*.@luk;

9 bonus

10 bPow,2*.@luk;

11 bonus

12 bCrt,2*.@luk;

13 if

14 (.@g

15 =ENCHANTGRADE_D)

16 {

17 bonus

18 bShortAtkRate,6;

19 bonus

20 bLongAtkRate,6;

21 bonus

22 bPAtk,6;

23 if

24 (.@g

25 =ENCHANTGRADE_C)

26 {

27 bonus

28 bShortAtkRate,10;

29 bonus

30 bLongAtkRate,10;

31 bonus

32 bPAtk,9;

33 if

34 (.@g

35 =ENCHANTGRADE_B)

36 {

37 bonus

38 bCritAtkRate,14;

39 bonus

40 bPAtk,12;

41 if

42 (.@g

43 =ENCHANTGRADE_A)

44 {

45 bonus

46 bPAtk,15;

47 }

48 }

49 }

50 }

Equip Script None
Unequip Script None