Star Cluster of Wisdom Lv3, (Renewal)
Star Cluster of Wisdom Lv3 (STAR_CLUSTER_OF_WIS3) – карта.

MaxSP + 2% and increases heal effectiveness by 5% per 15 base WIS of the user.
If the enchanted armor is grade D, additional MaxSP + 1% and increases heal effectiveness by additional 2% per 15 base WIS.
If the enchanted armor is grade C, additional MaxSP + 1%, increases heal effectiveness by additional 2% and increases SP recovery rate by 2% per 15 base WIS.
If the enchanted armor is grade B, additional MaxSP + 2%, H.Plus + 2 and increases SP recovery rate by additional 3% per 15 base WIS.
If the enchanted armor is grade A, additional MaxSP + 2% and additional H.Plus + 2 per 15 base WIS.
Базовые свойства предмета
- ID: 17706
- Код: STAR_CLUSTER_OF_WIS3
- Тип: карта
- Подтип:
- Вес: 1
Скрипт
.@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; } } } }