Vigilante Bow [2]
18145 Vigilante_Bow
V
A Vigilante Bow that used to prevent criminal in the past.
For each 20 base DEX:
Increases Bow class weapon damage by 5%.
Refine Level +7:
Increases Bow class weapon damage by additional 10%.
Refine Level +9:
Increases damage of Double Strafing by 50%.
Type: Bow
Attack: 140
Weight: 100
Weapon Level: 3
Requirement:
Base Level 100
Shadow Chaser
ATK140
Rango5
Nivel de arma3
Información adicional
- Precio de compra
- 0 z
- Nivel máximo
- Sin límite
- Género
- Both
- Refinable
- Sí
- Gradable
- No
Script del ítem
.@r = getrefine();
.@bonus = 5*(readparam(bDex)/20);
if (.@r>=7) {
.@bonus += 10;
}
if (.@r>=9) {
bonus2 bSkillAtk,"AC_DOUBLE",50;
}
bonus2 bWeaponDamageRate,W_BOW,.@bonus;