Angra Mantis Card, карта (Renewal)
Angra Mantis Card (ANGRA_MANTIS_CARD) – карта. Выпадает из монстров: Swift Angra Mantis, Elusive Angra Mantis, Angra Mantis.

Increases critical damage on targets by 2%.
Thief Bonus
Increases critical damage on targets by an additional 1% per 2 upgrade levels of the compounded item.
Базовые свойства предмета
- ID: 12842
 - Код: ANGRA_MANTIS_CARD
 - Тип: карта
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 1
 
Скрипт
bonus bCritAtkRate,2;
if (BaseClass == Job_Thief) {
   bonus bCritAtkRate,getrefine()/2;
}

