Game version
Star Cluster of Wisdom Lv3 artwork from Ragnarok Online
RENEWAL / ITEMS

Star Cluster of Wisdom Lv3

#310691Card

Star_Cluster_Of_Wis3

Item stats

Weight
0
Buy price
0 z
Sell price
0 z

Usage & restrictions

Type
Card
Trading & storage
No restrictions

Star Cluster of Wisdom Lv3 description & effects

The essence of stars that strengthens the wearer. ------------------------ MaxSP + 2% and increases heal effectiveness by 5% per 15 base WIS of the user. If armor grade is D, additional MaxSP + 1% and increases heal effectiveness by additional 2% per 15 base WIS. If armor grade is C, additional MaxSP + 1%, increases heal effectiveness by additional 2% and increases SP recovery rate by 2% per 15 base WIS. If armor grade is B, additional MaxSP + 2%, H.PLUS + 2 and increases SP recovery rate by additional 3% per 15 base WIS. If armor grade is A, additional MaxSP + 2% and additional H.PLUS + 3 per 15 base WIS.
Item effect script
.@param = (readparam(bWis)/15);
.@g = getenchantgrade();
bonus bMaxSPrate,2*.@param;
bonus bHealPower,5*.@param;
if (.@g >= ENCHANTGRADE_D) {
   bonus bMaxSPrate,.@param;
   bonus bHealPower,2*.@param;
   if (.@g >= ENCHANTGRADE_C) {
      bonus bSPrecovRate,2*.@param;
      bonus bMaxSPrate,.@param;
      bonus bHealPower,2*.@param;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bSPrecovRate,3*.@param;
         bonus bHPlus,2*.@param;
         bonus bMaxSPrate,2*.@param;
         if (.@g >= ENCHANTGRADE_A) {
            bonus bHPlus,3*.@param;
            bonus bMaxSPrate,2*.@param;
         }
      }
   }
}

Card sets

Set 1

Set effect

bonus bMaxSPrate,10;

Set 2

Set effect

bonus bMaxSPrate,5;

Set 3

Set effect

bonus bMaxSPrate,7;

Set 4

Set effect

bonus2 bMagicSubSize,Size_All,15;
if (readparam(bWis)>=90) {
   bonus bLongAtkDef,-10;
   bonus bNearAtkDef,10;
}

Set 5

Set effect

.@g = getenchantgrade(EQI_SHOES);
autobonus "{ bonus bMatkRate,35; }",30,10000,BF_MAGIC;
if (.@g>=ENCHANTGRADE_C) {
   bonus bVariableCastrate,-25;
   bonus bSMatk,10;
   if (.@g>=ENCHANTGRADE_A) {
      bonus bVariableCastrate,-45;
      bonus bSMatk,15;
      bonus2 bMagicAddSize,Size_All,30;
   }
}
MAKE IT YOURS

Your server. Your rates.

See experience and drop chances adjusted to your server.

Drop chances are capped at 100%. These are base-rate estimates; server caps, level penalties, VIP and event bonuses can change the final result. MVP reward drops have their own multiplier.

PRIVACY

Cookie settings

A functional cookie remembers your database, theme, rates and notice acknowledgement for up to 180 days. Google Analytics and Google AdSense may use additional cookies and process usage information.

You can clear your saved site preferences below. This does not change choices made in a Google consent message or remove Google cookies. Read our Privacy & cookies page for Google privacy controls.