Artwork unavailable
RENEWAL / ITEMS
Frontier Crystal (Fighting Spirit) 5Lv
#313907Card
Ch01_S_E_Fighting05
Item stats
- Weight
- 0
- Buy price
- 0 z
- Sell price
- 0 z
Usage & restrictions
- Type
- Card
- Trading & storage
- No restrictions
No description is available. Available properties and effects are shown below.
Item effect script
.@g = getenchantgrade();
.@r = getrefine();
if (.@g>=ENCHANTGRADE_D) {
bonus bPAtk,7;
bonus bPow,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bLongAtkRate,8;
bonus bShortAtkRate,8;
if (.@g>=ENCHANTGRADE_B) {
bonus bPow,5;
bonus bBaseAtk,7*(.@r/3);
if (.@g>=ENCHANTGRADE_A) {
bonus bPow,6*(.@r/2);
}
}
}
}
