Artwork unavailable
RENEWAL / ITEMS
Frontier Spell (Range)
#313840Card
Ch01_3_Range
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 bLongAtkRate,5;
bonus bPAtk,2;
if (.@r>=7) {
bonus bLongAtkRate,3;
if (.@r>=9) {
bonus bLongAtkRate,3;
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bLongAtkRate,4;
bonus bPerfectHitAddRate,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bLongAtkRate,5;
bonus bPerfectHitAddRate,5;
}
}