Artwork unavailable
RENEWAL / ITEMS
Frontier Crystal (Prudence) 3Lv
#313911Card
Ch01_S_E_Prudence03
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();
if (.@g>=ENCHANTGRADE_D) {
bonus bPAtk,5;
bonus bCon,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bLongAtkRate,6;
bonus bShortAtkRate,6;
if (.@g>=ENCHANTGRADE_B) {
bonus bCon,5;
bonus bBaseAtk,4*(getrefine()/5);
}
}
}