Artwork unavailable
RENEWAL / ITEMS
Frontier Crystal (Fighting Spirit) 3Lv
#313905Card
Ch01_S_E_Fighting03
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();
if (.@g>=ENCHANTGRADE_D) {
bonus bPAtk,5;
bonus bPow,3;
if (.@g>=ENCHANTGRADE_C) {
bonus bLongAtkRate,4;
bonus bShortAtkRate,4;
if (.@g>=ENCHANTGRADE_B) {
bonus bPow,3;
bonus bBaseAtk,3*(getrefine()/5);
}
}
}