
Elite Shotgun Buffalo Bandit Card
ID 27173Carta
Descripción
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
Quién lo deja caer
Propiedades básicas
- Identificador
- E_Cowraiders1_Card
- Peso
- 1.0
- Compra NPC
- 20z
- Venta NPC
- 10z
Requisitos
- Se inserta en
- Arma
Script del item
.@bonus = 10;
.@r = getrefine();
if (.@r>=10) {
.@bonus += 20;
}
if (.@r>=14) {
.@bonus += 20;
}
bonus2 bSkillAtk,"GS_SPREADATTACK",.@bonus;