Sealed Fallen Pyuriel Card, карта (Renewal)

Sealed Fallen Pyuriel Card (SLD_PYURIEL_CARD) – карта.

Sealed Fallen Pyuriel Card, карта (Renewal)

Increases critical damage on targets by 20%.
Increases damage taken from all race enemies by 20%.
If compounded equipment is refined to +15 or above,
Increases critical damage on targets by 25%.
Increases damage taken from all race enemies by 15%.

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

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

Скрипт

if (getrefine()<15) {
   bonus bCritAtkRate,20;
   bonus2 bSubRace,RC_All,-20;
}
else {
   bonus bCritAtkRate,25;
   bonus2 bSubRace,RC_All,-15;
}