Calf Deathadder [2]
13146 Calf_Deathadder
C
This revolver is mainly used by small groups.
It is said that it is rather heavy for the general public.
Increases Attack Speed (decreases After Attack Delay by 10%).
For each 2 Refine Levels:
Increases Ranged Physical Damage by 5%.
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 5%).
Refine Level +9:
Increases damage of Fire Dance by 25%.
Refine Level +12:
Increases Ranged Physical Damage by additional 5%.
Type: Revolver
Attack: 170
Weight: 140
Weapon Level: 4
Requirement:
Base Level 150
Rebellion
ATK170
Rango7
Nivel de arma4
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 bAspdRate,10;
bonus bLongAtkRate,(.@r/2)*5 + (.@r > 11 ? 5 : 0);
if (.@r > 6) {
bonus bAspdRate,5;
}
if (.@r > 8) {
bonus2 bSkillAtk,"RL_FIREDANCE",25;
}