Corrupted Poison Rune 4Lv

Item ID 312388 Name Corrupted Poison Rune 4Lv
For each 20 base LUK:
ATK +10, POW +2, CRT +2.
_______________________
If enchanted Equipment's Grade is D or higher:
P.ATK +6.
Increases Physical Damage by 6%.
Weapon Level 0 Identifier Corrupt_Poison_R_4
Attack 0 Type Card - Enchant
MATK 0 Equip Locations None
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level None
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
.@luk = (readparam(bLuk)/20);
bonus bBaseAtk,10*.@luk;
bonus bPow,2*.@luk;
bonus bCrt,2*.@luk;
if (getenchantgrade()>=ENCHANTGRADE_D) {
   bonus bShortAtkRate,6;
   bonus bLongAtkRate,6;
   bonus bPAtk,6;
}