0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #313096 Card

Forest Magic Orb (Over Power)

Buy Price: N/A Sell Price: N/A
P.ATK +5.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: Melee Physical Damage +5%.
[Grade C]: Melee Physical Damage +5%.
[Grade B]: ATK +2%, P.ATK +5.
[Grade A]: ATK +3%, P.ATK +5.

Basic Information

Card

Scripts

.@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; } } } }
.@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;
         }
      }
   }
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.