Scrap Robots Card, карта (Renewal)
Scrap Robots Card (SCR_MT_ROBOTS_CARD) – карта. Выпадает из монстров: Can Robot.

Reduces damage taken from Formless race enemies by 10%.
If upgrade level is +7 or higher,
Reduces damage taken from Formless race enemies by an additional 5%.
Adds a chance of gaining the following items when a monster is killed,
Rusty Screw
Iron
Used Iron Plate
Metal Fragment
Базовые свойства предмета
- ID: 15873
- Код: SCR_MT_ROBOTS_CARD
- Тип: карта
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 1
Скрипт
if (getrefine()<7)
bonus2 bSubRace,RC_Formless,10;
else {
bonus2 bSubRace,RC_Formless,15;
bonus2 bAddMonsterDropItem,7317,10;
bonus2 bAddMonsterDropItem,998,5;
bonus2 bAddMonsterDropItem,7319,3;
bonus2 bAddMonsterDropItem,7095,3;
}