Mutant Dolor Card, карта (Renewal)
Mutant Dolor Card (MT_DOLOR_CARD) – карта. Выпадает из монстров: Mutant Dolor.

Cri +7 and Atk +15 if the user has [Katars] equipped.
Critical Damage +2% per upgrade level of the item.
If upgrade level is +10 or higher,
Increases damage on Large monster by an additional 15%.
Базовые свойства предмета
- ID: 16069
- Код: MT_DOLOR_CARD
- Тип: карта
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 1
Скрипт
if (getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW) == W_KATAR) { .@r = getrefine(); bonus bCritical,7; bonus bBaseAtk,15; bonus bCritAtkRate,(2*.@r); if (.@r >= 10) { bonus2 bAddSize,Size_Large,15; } }