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

Frontier Crystal (Fighting Spirit) 4Lv

Buy Price: N/A Sell Price: N/A
Increases Physical Damage against monsters in Devoured Geffenia by 19%.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: P.ATK +6, POW +4.
[Grade C]: Physical Damage +6%.
[Grade B]: POW +4, ATK +5 per 4 Refine Levels.
[Grade A]: POW +5 per 3 Refine Levels.

Basic Information

Card

Scripts

.@g = getenchantgrade(); .@r = getrefine(); if (.@g>=ENCHANTGRADE_D) { bonus bPAtk,6; bonus bPow,4; if (.@g>=ENCHANTGRADE_C) { bonus bLongAtkRate,6; bonus bShortAtkRate,6; if (.@g>=ENCHANTGRADE_B) { bonus bPow,4; bonus bBaseAtk,5*(.@r/4); if (.@g>=ENCHANTGRADE_A) { bonus bPow,5*(.@r/3); } } } }
.@g = getenchantgrade();
.@r = getrefine();
if (.@g>=ENCHANTGRADE_D) {
   bonus bPAtk,6;
   bonus bPow,4;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bLongAtkRate,6;
      bonus bShortAtkRate,6;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bPow,4;
         bonus bBaseAtk,5*(.@r/4);
         if (.@g>=ENCHANTGRADE_A) {
            bonus bPow,5*(.@r/3);
         }
      }
   }
}
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.