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

Frontier Spell (Power Force)

Buy Price: N/A Sell Price: N/A
ATK +2%, P.ATK +1.
_______________________
Refine Level +7:
ATK +3%.
_______________________
Refine Level +9:
ATK +4%.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: ATK +2%.
[Grade C]: ATK +3%.

Basic Information

Card

Scripts

.@g = getenchantgrade(); .@r = getrefine(); bonus bPAtk,1; bonus bAtkRate,2; if (.@r>=7) { bonus bAtkRate,3; if (.@r>=9) { bonus bAtkRate,4; } } if (.@g>=ENCHANTGRADE_D) { bonus bAtkRate,2; if (.@g>=ENCHANTGRADE_C) { bonus bAtkRate,3; } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bPAtk,1;
bonus bAtkRate,2;
if (.@r>=7) {
   bonus bAtkRate,3;
   if (.@r>=9) {
      bonus bAtkRate,4;
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bAtkRate,2;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bAtkRate,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.