Artwork unavailable
RENEWAL / ITEMS
Frontier Spell (Hit Attack)
#314232Card
Ch01_3_Hit_Attack
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 bNonCritAtkRate,3;
bonus bShortAtkRate,3;
bonus bLongAtkRate,3;
if (.@r>=7) {
bonus bNonCritAtkRate,5;
if (.@r>=9) {
bonus bNonCritAtkRate,3;
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bNonCritAtkRate,4;
bonus bPerfectHitAddRate,3;
if (.@g>=ENCHANTGRADE_C) {
bonus bNonCritAtkRate,5;
bonus bPerfectHitAddRate,5;
}
}