Artwork unavailable
RENEWAL / ITEMS
Forest Magic Orb (Power Force)
#313080Card
Ep21_2_P_Force
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();
bonus bAtkRate,2;
if (.@r>=7) {
bonus bAtkRate,3;
if (.@r>=9) {
bonus bAtkRate,4;
if (.@r>=11) {
bonus bPAtk,3;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bAtkRate,2;
if (.@g>=ENCHANTGRADE_C) {
bonus bAtkRate,3;
if (.@g>=ENCHANTGRADE_B) {
bonus bAtkRate,4;
if (.@g>=ENCHANTGRADE_A) {
bonus bPAtk,5;
}
}
}
}