Viewing Item

#312392: Corrupted Poison Rune 8Lv

Item ID 312392 For Sale No
Identifier Corrupt_Poison_R_8 Credit Price Not For Sale
Name Corrupted Poison Rune 8Lv 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 = (readparam(bLuk)/20);

2 .@g = getenchantgrade();

3 bonus bBaseAtk,10*.@luk;

4 bonus bPow,2*.@luk;

5 bonus bCrt,2*.@luk;

6 if (.@g>=ENCHANTGRADE_D) {

7 bonus bShortAtkRate,6;

8 bonus bLongAtkRate,6;

9 bonus bPAtk,6;

10 if (.@g>=ENCHANTGRADE_C) {

11 bonus bShortAtkRate,10;

12 bonus bLongAtkRate,10;

13 bonus bPAtk,9;

14 if (.@g>=ENCHANTGRADE_B) {

15 bonus bCritAtkRate,14;

16 bonus bPAtk,12;

17 }

18 }

19 }

Equip Script None
Unequip Script None