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

Fiery Earth Rune 10Lv

Buy Price: N/A Sell Price: N/A
For each 20 base STR:
ATK +10, POW +2, CON +2.
_______________________
If enchanted Equipment's Grade is D or higher:
P.ATK +6.
Increases Melee Physical Damage by 6%.
_______________________
If enchanted Equipment's Grade is C or higher:
P.ATK +9
Increases Melee Physical Damage by additional 10%.
_______________________
If enchanted Equipment's Grade is B or higher:
P.ATK +12.
Increases Melee Physical Damage by additional 14%.
_______________________
If enchanted Equipment's Grade is B or higher:
P.ATK +15.
Increases Melee Physical Damage by additional 18%.

Basic Information

Card

Scripts

.@str = (readparam(bStr)/20); .@g = getenchantgrade(); bonus bBaseAtk,10*.@str; bonus bPow,2*.@str; bonus bCon,2*.@str; if (.@g>=ENCHANTGRADE_D) { bonus bShortAtkRate,6; bonus bPAtk,6; if (.@g>=ENCHANTGRADE_C) { bonus bShortAtkRate,10; bonus bPAtk,9; if (.@g>=ENCHANTGRADE_B) { bonus bShortAtkRate,14; bonus bPAtk,12; if (.@g>=ENCHANTGRADE_A) { bonus bShortAtkRate,18; bonus bPAtk,15; } } } }
.@str = (readparam(bStr)/20);
.@g = getenchantgrade();
bonus bBaseAtk,10*.@str;
bonus bPow,2*.@str;
bonus bCon,2*.@str;
if (.@g>=ENCHANTGRADE_D) {
   bonus bShortAtkRate,6;
   bonus bPAtk,6;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bShortAtkRate,10;
      bonus bPAtk,9;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bShortAtkRate,14;
         bonus bPAtk,12;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bShortAtkRate,18;
            bonus bPAtk,15;
         }
      }
   }
}
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.