Modified Advanced Rgan Card, карта (Renewal)

Modified Advanced Rgan Card (R_SUPERIOR_RGAN_CARD) – карта.

Modified Advanced Rgan Card, карта (Renewal)

Reduces physical and magical damage taken from all race monsters (except players) by 15%.
If refine rate is lower than 12, increases physical and magical damage taken from all size enemies by 25%.
If refine rate is 12 or higher, reduces physical and magical damage taken from all size enemies by 25%.
If level of compounded equipment is 2, Res + 50, Mres + 50.
Compound on: Shield

Базовые свойства предмета

  • ID: 16984
  • Код: R_SUPERIOR_RGAN_CARD
  • Тип: карта
  •  
  • Вес: 1

Скрипт

bonus2 bSubRace,RC_All,15;
bonus2 bSubRace,RC_Player_Human,-15;
bonus2 bSubRace,RC_Player_Doram,-15;
.@rate = (getrefine() < 12) ? -25 : 25;
bonus2 bSubSize,Size_All,.@rate;
if (getequiparmorlv() == 2) {
  bonus bRes,50;
  bonus bMRes,50;
}