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

Glacier Flower Meow Power (Over Power)

Buy Price: N/A Sell Price: N/A
MaxHP -5%, MaxSP -5%
_______________________
Physical attacks have a certain chance (3%) to increase STR +50, POW +15, STA +15 for 10 seconds.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: Physical Damage +5%
[Grade C]: Physical Damage +5%

Basic Information

Card

Scripts

.@g = getenchantgrade(); bonus bMaxHPrate,-5; bonus bMaxSPrate,-5; autobonus "{ bonus bStr,50; bonus bPow,15; bonus bSta,15; }",30,10000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }"; if (.@g>=ENCHANTGRADE_D) { bonus bLongAtkRate,5; bonus bShortAtkRate,5; if (.@g>=ENCHANTGRADE_C) { bonus bLongAtkRate,5; bonus bShortAtkRate,5; } }
.@g = getenchantgrade();
bonus bMaxHPrate,-5;
bonus bMaxSPrate,-5;
autobonus "{ bonus bStr,50; bonus bPow,15; bonus bSta,15; }",30,10000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }";
if (.@g>=ENCHANTGRADE_D) {
   bonus bLongAtkRate,5;
   bonus bShortAtkRate,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bLongAtkRate,5;
      bonus bShortAtkRate,5;
   }
}
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.