Artwork unavailable
RENEWAL / ITEMS
Frontier Spell (Special Force)
#314231Card
Ch01_2_Fighter2
TypeCard
Weight0
Buy price0 z
Sell price0 z
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Trade
Item effect script
.@g = getenchantgrade();
.@r = getrefine();
bonus bPAtk,2;
bonus bAtkRate,2;
bonus bBaseAtk,25;
if (.@r>=7) {
bonus bNonCritAtkRate,5;
if (.@r>=9) {
bonus bShortAtkRate,10;
bonus bLongAtkRate,10;
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bNonCritAtkRate,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bNonCritAtkRate,5;
}
}