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

Corrupted Poison Rune 8Lv

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.
Increases Physical Damage by 10%.
_______________________
If enchanted Equipment's Grade is B or higher:
P.ATK +12.
Increases Physical Damage by 14%.

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 bShortAtkRate,10; bonus bLongAtkRate,10; bonus bPAtk,9; if (.@g>=ENCHANTGRADE_B) { bonus bCritAtkRate,14; bonus bPAtk,12; } } }
.@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 bShortAtkRate,10;
      bonus bLongAtkRate,10;
      bonus bPAtk,9;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bCritAtkRate,14;
         bonus bPAtk,12;
      }
   }
}
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.