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

Frontier Spell (Magic Force)

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

Basic Information

Card

Scripts

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