0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #312388 Card

Corrupted Poison Rune 4Lv

Buy Price: N/A Sell Price: N/A
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%.

Basic Information

Card

Scripts

.@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; }
.@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;
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.