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 #312389 Card

Corrupted Poison Rune 5Lv

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%.
_______________________
If enchanted Equipment's Grade is C or higher:
P.ATK +9.

Basic Information

Card

Scripts

.@luk = (readparam(bLuk)/20); .@g = getenchantgrade(); bonus bBaseAtk,10*.@luk; bonus bPow,2*.@luk; bonus bCrt,2*.@luk; if (.@g>=ENCHANTGRADE_D) { bonus bShortAtkRate,6; bonus bLongAtkRate,6; bonus bPAtk,6; if (.@g>=ENCHANTGRADE_C) { bonus bPAtk,9; } }
.@luk = (readparam(bLuk)/20);
.@g = getenchantgrade();
bonus bBaseAtk,10*.@luk;
bonus bPow,2*.@luk;
bonus bCrt,2*.@luk;
if (.@g>=ENCHANTGRADE_D) {
   bonus bShortAtkRate,6;
   bonus bLongAtkRate,6;
   bonus bPAtk,6;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bPAtk,9;
   }
}
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.