ID #313831
Card
Frontier Spell (Executioner)
Buy Price: N/A
Sell Price: N/A
ATK +25, Critical +5, P.ATK +2.
_______________________
Refine Level +7:
Increases Critical Damage by 5%.
_______________________
Refine Level +9:
Increases Critical Damage by additional 5%.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: Critical Damage +5%.
[Grade C]: Critical Damage +5%.
_______________________
Refine Level +7:
Increases Critical Damage by 5%.
_______________________
Refine Level +9:
Increases Critical Damage by additional 5%.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: Critical Damage +5%.
[Grade C]: Critical Damage +5%.
Basic Information
Type
Card
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); bonus bPAtk,2; bonus bCritical,5; bonus bBaseAtk,25; if (.@r>=7) { bonus bCritAtkRate,5; if (.@r>=9) { bonus bCritAtkRate,5; } } if (.@g>=ENCHANTGRADE_D) { bonus bCritAtkRate,5; if (.@g>=ENCHANTGRADE_C) { bonus bCritAtkRate,5; } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bPAtk,2;
bonus bCritical,5;
bonus bBaseAtk,25;
if (.@r>=7) {
bonus bCritAtkRate,5;
if (.@r>=9) {
bonus bCritAtkRate,5;
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bCritAtkRate,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bCritAtkRate,5;
}
}