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

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