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 #313098 Card

Forest Magic Orb (Lucky Strike)

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

Basic Information

Card

Scripts

.@g = getenchantgrade(); bonus bPAtk,5; if (.@g>=ENCHANTGRADE_D) { bonus bCritAtkRate,5; if (.@g>=ENCHANTGRADE_C) { bonus bCritAtkRate,5; if (.@g>=ENCHANTGRADE_B) { bonus bCRate,3; bonus bAtkRate,2; if (.@g>=ENCHANTGRADE_A) { bonus bCRate,5; bonus bAtkRate,3; } } } }
.@g = getenchantgrade();
bonus bPAtk,5;
if (.@g>=ENCHANTGRADE_D) {
   bonus bCritAtkRate,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bCritAtkRate,5;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bCRate,3;
         bonus bAtkRate,2;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bCRate,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.