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

Glacier Flower Meow Power (Spell Buster)

Buy Price: N/A Sell Price: N/A
MaxHP -5%, MaxSP -5%
_______________________
Magical attacks have a certain chance (3%) to increase INT +50, SPL +15, WIS +15 for 10 seconds.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: Magical Damage with every element +5%
[Grade C]: Magical Damage with every element +5%

Basic Information

Card

Scripts

.@g = getenchantgrade(); bonus bMaxHPrate,-5; bonus bMaxSPrate,-5; autobonus "{ bonus bInt,50; bonus bWis,15; bonus bSpl,15; }",30,10000,BF_MAGIC,"{ specialeffect2 EF_POTION_BERSERK; }"; if (.@g>=ENCHANTGRADE_D) { bonus2 bMagicAtkEle,Ele_All,5; if (.@g>=ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_All,5; } }
.@g = getenchantgrade();
bonus bMaxHPrate,-5;
bonus bMaxSPrate,-5;
autobonus "{ bonus bInt,50; bonus bWis,15; bonus bSpl,15; }",30,10000,BF_MAGIC,"{ specialeffect2 EF_POTION_BERSERK; }";
if (.@g>=ENCHANTGRADE_D) {
   bonus2 bMagicAtkEle,Ele_All,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bMagicAtkEle,Ele_All,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.