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

Star Cluster of Power Lv1

Buy Price: N/A Sell Price: N/A
A stellar essence that strengthens the wearer.
_______________________
For each 15 base POW:
ATK +5
Increases Melee Physical Damage by 1%.
_______________________
If enchanted Armor's Grade is D:
For each 15 base POW:
P.ATK +1
Increases Melee Physical Damage by additional 1%.
_______________________
If enchanted Armor's Grade is C:
For each 15 base POW:
P.ATK +1
Increases Melee Physical Damage by additional 1%.
_______________________
If enchanted Armor's Grade is B:
For each 15 base POW:
P.ATK +1
Increases Melee Physical Damage by additional 1%.
_______________________
If enchanted Armor's Grade is A:
For each 15 base POW:
P.ATK +1
Increases Melee Physical Damage by additional 1%.

Basic Information

Card

Scripts

.@param = (readparam(bPow)/15); .@g = getenchantgrade(); bonus bShortAtkRate,.@param; bonus bBaseAtk,5*.@param; if (.@g >= ENCHANTGRADE_D) { bonus bShortAtkRate,.@param; bonus bPAtk,.@param; if (.@g >= ENCHANTGRADE_C) { bonus bShortAtkRate,.@param; bonus bPAtk,.@param; if (.@g >= ENCHANTGRADE_B) { bonus bShortAtkRate,.@param; bonus bPAtk,.@param; if (.@g >= ENCHANTGRADE_A) { bonus bShortAtkRate,.@param; bonus bPAtk,.@param; } } } }
.@param = (readparam(bPow)/15);
.@g = getenchantgrade();
bonus bShortAtkRate,.@param;
bonus bBaseAtk,5*.@param;
if (.@g >= ENCHANTGRADE_D) {
   bonus bShortAtkRate,.@param;
   bonus bPAtk,.@param;
   if (.@g >= ENCHANTGRADE_C) {
      bonus bShortAtkRate,.@param;
      bonus bPAtk,.@param;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bShortAtkRate,.@param;
         bonus bPAtk,.@param;
         if (.@g >= ENCHANTGRADE_A) {
            bonus bShortAtkRate,.@param;
            bonus bPAtk,.@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.