Artwork unavailable
RENEWAL / ITEMS
Frontier Crystal (Prudence) 5Lv
#313913Card
Ch01_S_E_Prudence05
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 bPAtk,7;
bonus bCon,7;
if (.@g>=ENCHANTGRADE_C) {
bonus bLongAtkRate,10;
bonus bShortAtkRate,10;
if (.@g>=ENCHANTGRADE_B) {
bonus bCon,7;
bonus bBaseAtk,8*(.@r/3);
if (.@g>=ENCHANTGRADE_A) {
bonus bCon,7*(.@r/2);
}
}
}
}