Elite Shotgun Buffalo Bandit Card
27173 E_Cowraiders1_Card
E
Increases Attack Speed (decreases After Attack Delay by 10%).
Refine Level +10:
Increases damage of Spread Attack by 20%.
Refine Level +14:
Increases damage of Spread Attack by 20%.
When equipped with Shotgun Buffalo Bandit Card:
Increases damage of Spread Attack by 50%.
Type: Card
Compound on: Weapon
Weight: 1
Información adicional
- Precio de compra
- 20 z
- Nivel máximo
- Sin límite
- Género
- Both
- Refinable
- No
- Gradable
- No
Script del ítem
.@bonus = 10;
.@r = getrefine();
if (.@r>=10) {
.@bonus += 20;
}
if (.@r>=14) {
.@bonus += 20;
}
bonus2 bSkillAtk,"GS_SPREADATTACK",.@bonus;