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

Glacier Flower Meow Power (CON & CRT)

Buy Price: N/A Sell Price: N/A
CON/CRT +3
_______________________
Refine Level +9:
CON/CRT +1
_______________________
[Bonus by Equipment's Grade]
[Grade D]: CON/CRT +2
[Grade C]: CON/CRT +1 per 3 Refine Levels

Basic Information

Card

Scripts

.@g = getenchantgrade(); .@r = getrefine(); bonus bCon,3; bonus bCrt,3; if (.@r>=9) { bonus bCon,1; bonus bCrt,1; } if (.@g>=ENCHANTGRADE_D) { bonus bCon,2; bonus bCrt,2; if (.@g>=ENCHANTGRADE_C) { bonus bCon,(.@r/3); bonus bCrt,(.@r/3); } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bCon,3;
bonus bCrt,3;
if (.@r>=9) {
   bonus bCon,1;
   bonus bCrt,1;
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bCon,2;
   bonus bCrt,2;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bCon,(.@r/3);
      bonus bCrt,(.@r/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.