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

Frontier Crystal (Fighting Spirit) 5Lv

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

Basic Information

Card

Scripts

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