ID #313846
Card
Frontier Spell (Physical Force)
Buy Price: N/A
Sell Price: N/A
ATK +10, ATK +1%, P.ATK +1.
_______________________
Refine Level +7:
ATK +10, ATK +1%.
_______________________
Refine Level +9:
ATK +15, ATK +2%.
_______________________
Refine Level +7:
ATK +10, ATK +1%.
_______________________
Refine Level +9:
ATK +15, ATK +2%.
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus bPAtk,1; bonus bAtkRate,1; bonus bBaseAtk,10; if (.@r>=7) { bonus bAtkRate,1; bonus bBaseAtk,10; if (.@r>=9) { bonus bAtkRate,2; bonus bBaseAtk,15; } }
.@r = getrefine();
bonus bPAtk,1;
bonus bAtkRate,1;
bonus bBaseAtk,10;
if (.@r>=7) {
bonus bAtkRate,1;
bonus bBaseAtk,10;
if (.@r>=9) {
bonus bAtkRate,2;
bonus bBaseAtk,15;
}
}