Sealed Firm Muspellskoll Card, карта (Renewal)

Sealed Firm Muspellskoll Card (SLD_F_MUSPELL_CARD) – карта.

Sealed Firm Muspellskoll Card, карта (Renewal)

Reduces physical and magical damage taken from dragon, demon race monsters and brute race enemies by 30%.
Reduces physical damage against normal class enemies by 20%.
If refine rate is 15 or higher, changes physical damage reducing against normal class enemies to 10%.
Warning! Sillit Pong is not available for card removal.
Compound on: Shield

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

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

Скрипт

bonus2 bSubRace,RC_Demon,30;
bonus2 bSubRace,RC_Brute,30;
bonus2 bSubRace,RC_Player_Doram,30;
bonus2 bSubRace,RC_Dragon,30;
if (getrefine()>=15) {
   bonus2 bAddClass,Class_Normal,-10;
}
else {
   bonus2 bAddClass,Class_Normal,-20;
}