Scimitar Buffalo Bandit Card, карта (Renewal)
Scimitar Buffalo Bandit Card (COWRAIDERS3_CARD) – карта. Выпадает из монстров: Bowie Buffalo Bandit.

Atk + 5
MAtk + 5
If compounded on a One-Handed Sword and upgrade level is +10 or higher, additional Atk + 20 and MAtk + 20.
If compounded on a One-Handed Sword and upgrade level is +14 or higher, additional Atk + 20 and MAtk + 20.
Set Bonus
Cowraiders Class 1 Card
Cowraiders Class 3 Card
Increases physical damage on small size targets by an additional 15%.
Increases magical damage on small size targets by an additional 15%.
Set Bonus
Cowraiders Class 3 Card
Mine Cowraiders Class 3 Card
Increases physical damage on small size targets by an additional 10%.
Increases magical damage on small size targets by an additional 10%.
Базовые свойства предмета
- ID: 15987
- Код: COWRAIDERS3_CARD
- Тип: карта
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 1
Скрипт
.@bonus = 5; .@type = getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW); if (.@type == W_DAGGER) { .@r = getrefine(); if (.@r>=10) { .@bonus += 20; } if (.@r>=14) { .@bonus += 20; } } bonus bBaseAtk,.@bonus; bonus bMatk,.@bonus;