Artwork unavailable
RENEWAL / ITEMS
Frontier Crystal (Volition) 3Lv
#313929Card
Ch01_S_E_Volition03
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,2;
bonus bPAtk,3;
bonus bPow,3;
if (.@g>=ENCHANTGRADE_C) {
bonus bCritAtkRate,1;
bonus bLongAtkRate,3;
bonus bShortAtkRate,3;
if (.@g>=ENCHANTGRADE_B) {
bonus bCrt,3;
bonus bCritical,(.@r/5);
bonus bBaseAtk,2*(.@r/5);
}
}
}