Artwork unavailable
RENEWAL / ITEMS
Frontier Crystal (Will) 5Lv
#313937Card
Ch01_S_E_Will05
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();
if (.@g>=ENCHANTGRADE_D) {
bonus bCRate,3;
bonus bPAtk,4;
bonus bCon,7;
if (.@g>=ENCHANTGRADE_C) {
bonus bCritAtkRate,5;
bonus bLongAtkRate,7;
bonus bShortAtkRate,7;
if (.@g>=ENCHANTGRADE_B) {
bonus bCrt,5;
bonus bCritical,2*(.@r/3);
bonus bBaseAtk,6*(.@r/3);
if (.@g>=ENCHANTGRADE_A) {
bonus bCon,4*(.@r/2);
bonus bCrt,3*(.@r/2);
}
}
}
}