ID #313848
Card
Frontier Spell (Over Power)
Buy Price: N/A
Sell Price: N/A
ATK +2%, P.ATK +3.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: Melee Physical Damage +5%.
[Grade C]: P.ATK +2, Melee Physical Damage +5%.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: Melee Physical Damage +5%.
[Grade C]: P.ATK +2, Melee Physical Damage +5%.
Basic Information
Type
Card
Scripts
Script .@g = getenchantgrade(); bonus bPAtk,3; bonus bAtkRate,2; if (.@g>=ENCHANTGRADE_D) { bonus bShortAtkRate,5; if (.@g>=ENCHANTGRADE_C) { bonus bShortAtkRate,5; bonus bPAtk,2; } }
.@g = getenchantgrade();
bonus bPAtk,3;
bonus bAtkRate,2;
if (.@g>=ENCHANTGRADE_D) {
bonus bShortAtkRate,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bShortAtkRate,5;
bonus bPAtk,2;
}
}