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