Elite Shotgun Buffalo Bandit Card, карта (Renewal)
Elite Shotgun Buffalo Bandit Card (E_COWRAIDERS1_CARD) – карта. Выпадает из монстров: Elite Buffalo Bandit (E).

Increases the damage of Spread Attack by 10%.
If upgrade level is +10 or higher, increases the damage of Spread Attack by an additional 20%.
If upgrade level is +14 or higher, increases the damage of Spread Attack by an additional 20%.
Set Bonus
Cowraiders Class 1 Card
Mine Cowraiders Class 1 Card
Increases the damage of Spread Attack by 50%.
Базовые свойства предмета
- ID: 15988
- Код: E_COWRAIDERS1_CARD
- Тип: карта
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 1
Скрипт
.@bonus = 10;
.@r = getrefine();
if (.@r>=10) {
.@bonus += 20;
}
if (.@r>=14) {
.@bonus += 20;
}
bonus2 bSkillAtk,"GS_SPREADATTACK",.@bonus;