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

Glacier Flower Meow Power (SPL & WIS)

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

Basic Information

Card

Scripts

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