Artwork unavailable
RENEWAL / ITEMS
Forest Magic Orb (Spell Buster)
#313099Card
Ep21_2_Spl_Buster
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();
bonus bSMatk,5;
if (.@g>=ENCHANTGRADE_D) {
bonus2 bMagicAtkEle,Ele_All,5;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bMagicAtkEle,Ele_All,5;
if (.@g>=ENCHANTGRADE_B) {
bonus bSMatk,5;
bonus bMatkRate,2;
if (.@g>=ENCHANTGRADE_A) {
bonus bSMatk,5;
bonus bMatkRate,3;
}
}
}
}