Artwork unavailable
RENEWAL / ITEMS
Forest Magic Orb (Over Power)
#313096Card
Ep21_2_Ov_Power
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 bPAtk,5;
if (.@g>=ENCHANTGRADE_D) {
bonus bShortAtkRate,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bShortAtkRate,5;
if (.@g>=ENCHANTGRADE_B) {
bonus bPAtk,5;
bonus bAtkRate,2;
if (.@g>=ENCHANTGRADE_A) {
bonus bPAtk,5;
bonus bAtkRate,3;
}
}
}
}