Elite Revolver Buffalo Bandit Card
27174 E_Cowraiders2_Card
E
Increases damage of Rapid Shower by 10%.
Refine Level +10:
Increases damage of Rapid Shower by 20%.
Refine Level +14:
Increases damage of Rapid Shower by 20%.
When equipped with Revolver Buffalo Bandit Card:
Increases damage of Rapid Shower 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_RAPIDSHOWER",.@bonus;