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

Star Cluster of Stamina Lv1

Buy Price: N/A Sell Price: N/A
A stellar essence that strengthens the wearer.
_______________________
For each 15 base STA:
MaxHP +1%, RES +1
_______________________
If enchanted Armor's Grade is D:
For each 15 base STA:
MaxHP +1%, RES +1
_______________________
If enchanted Armor's Grade is C:
For each 15 base STA:
MaxHP +1%, RES +1
_______________________
If enchanted Armor's Grade is B:
For each 15 base STA:
MaxHP +1%, RES +1
_______________________
If enchanted Armor's Grade is A:
For each 15 base STA:
MaxHP +1%, RES +2

Basic Information

Card

Scripts

.@param = (readparam(bSta)/15); .@g = getenchantgrade(); bonus bMaxHPrate,.@param; bonus bRes,.@param; if (.@g >= ENCHANTGRADE_D) { bonus bMaxHPrate,.@param; bonus bRes,.@param; if (.@g >= ENCHANTGRADE_C) { bonus bMaxHPrate,.@param; bonus bRes,.@param; if (.@g >= ENCHANTGRADE_B) { bonus bMaxHPrate,.@param; bonus bRes,.@param; if (.@g >= ENCHANTGRADE_A) { bonus bMaxHPrate,.@param; bonus bRes,2*.@param; } } } }
.@param = (readparam(bSta)/15);
.@g = getenchantgrade();
bonus bMaxHPrate,.@param;
bonus bRes,.@param;
if (.@g >= ENCHANTGRADE_D) {
   bonus bMaxHPrate,.@param;
   bonus bRes,.@param;
   if (.@g >= ENCHANTGRADE_C) {
      bonus bMaxHPrate,.@param;
      bonus bRes,.@param;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bMaxHPrate,.@param;
         bonus bRes,.@param;
         if (.@g >= ENCHANTGRADE_A) {
            bonus bMaxHPrate,.@param;
            bonus bRes,2*.@param;
         }
      }
   }
}
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.