Artwork unavailable
RENEWAL / ITEMS
Frontier Crystal (Pride) 4Lv
#313918Card
Ch01_S_E_Pride04
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 bSMatk,6;
bonus bSpl,4;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bMagicAtkEle,Ele_Neutral,6;
bonus2 bMagicAtkEle,Ele_Fire,6;
bonus2 bMagicAtkEle,Ele_Earth,6;
bonus2 bMagicAtkEle,Ele_Water,6;
bonus2 bMagicAtkEle,Ele_Wind,6;
bonus2 bMagicAtkEle,Ele_Poison,6;
bonus2 bMagicAtkEle,Ele_Dark,6;
if (.@g>=ENCHANTGRADE_B) {
bonus bSpl,4;
bonus bMatk,5*(.@r/4);
if (.@g>=ENCHANTGRADE_A) {
bonus bSpl,5*(.@r/3);
}
}
}
}