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

Glacier Flower Meow Power (Guardian)

Buy Price: N/A Sell Price: N/A
DEF +100, RES +50
_______________________
Refine Level +7:
Decreases physical damage taken from enemies of every element by 5%.
_______________________
Refine Level +9:
Decreases physical damage taken from enemies of every size by 5%.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: Variable Casting Time -5%
[Grade C]: Variable Casting Time -5%

Basic Information

Card

Scripts

.@g = getenchantgrade(); .@r = getrefine(); bonus bDef,100; bonus bRes,50; if (.@r>=7) { bonus2 bSubEle,Ele_All,5; if (.@r>=9) { bonus2 bSubSize,Size_All,5; } } if (.@g>=ENCHANTGRADE_D) { bonus bVariableCastrate,-5; if (.@g>=ENCHANTGRADE_C) { bonus bVariableCastrate,-5; } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bDef,100;
bonus bRes,50;
if (.@r>=7) {
   bonus2 bSubEle,Ele_All,5;
   if (.@r>=9) {
      bonus2 bSubSize,Size_All,5;
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bVariableCastrate,-5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bVariableCastrate,-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.