Sealed Queen Scaraba Card, карта (Renewal)

Sealed Queen Scaraba Card (SLD_Q_SCARABA_CARD) – карта.

Sealed Queen Scaraba Card, карта (Renewal)

Increases physical damage on Scaraba monsters by 15%.
Adds a chance of gaining Scaraba Scroll when a monster is killed.
If compounded equipment is refined to +15 or above, increases physical damage on Scaraba monsters by 25% instead.

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

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

Скрипт

bonus2 bAddMonsterDropItem,12806,30;
if (getrefine()>=15) {
   bonus2 bAddRace2,RC2_SCARABA,25;
}
else {
   bonus2 bAddRace2,RC2_SCARABA,15;
}