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

Glacier Flower Meow Power (Powerful)

Buy Price: N/A Sell Price: N/A
Increases Physical Damage and Magical Damage with every element by 3%.
_______________________
Refine Level +7:
Increases Physical Damage and Magical Damage with every element by additional 3%.
_______________________
Refine Level +9:
Increases Physical Damage and Magical Damage with every element by additional 3%.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: Physical Damage and Magical Damage with every element +3%
[Grade C]: Physical Damage and Magical Damage with every element +3%

Basic Information

Card

Scripts

.@g = getenchantgrade(); .@r = getrefine(); bonus bLongAtkRate,3; bonus bShortAtkRate,3; bonus2 bMagicAtkEle,Ele_All,3; if (.@r>=7) { bonus bLongAtkRate,3; bonus bShortAtkRate,3; bonus2 bMagicAtkEle,Ele_All,3; if (.@r>=9) { bonus bLongAtkRate,3; bonus bShortAtkRate,3; bonus2 bMagicAtkEle,Ele_All,3; } } if (.@g>=ENCHANTGRADE_D) { bonus bLongAtkRate,3; bonus bShortAtkRate,3; bonus2 bMagicAtkEle,Ele_All,3; if (.@g>=ENCHANTGRADE_C) { bonus bLongAtkRate,3; bonus bShortAtkRate,3; bonus2 bMagicAtkEle,Ele_All,3; } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bLongAtkRate,3;
bonus bShortAtkRate,3;
bonus2 bMagicAtkEle,Ele_All,3;
if (.@r>=7) {
   bonus bLongAtkRate,3;
   bonus bShortAtkRate,3;
   bonus2 bMagicAtkEle,Ele_All,3;
   if (.@r>=9) {
      bonus bLongAtkRate,3;
      bonus bShortAtkRate,3;
      bonus2 bMagicAtkEle,Ele_All,3;
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bLongAtkRate,3;
   bonus bShortAtkRate,3;
   bonus2 bMagicAtkEle,Ele_All,3;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bLongAtkRate,3;
      bonus bShortAtkRate,3;
      bonus2 bMagicAtkEle,Ele_All,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.