Calf Diamondback [2]
28241 Calf_Diamondback
C
This gatling gun is mainly used by small groups.
It is said that it is rather heavy for the general public.
DEX +2
ATK +2%
For each 2 Refine Levels:
Increases Ranged Physical Damage by 5%.
Refine Level +7:
Increases damage of Round Trip by 20%.
Refine Level +9:
Decreases SP Consumption of Round Trip by 5%.
Refine Level +12:
Increases Ranged Physical Damage by additional 5%.
Type: Gatling Gun
Attack: 220
Weight: 300
Weapon Level: 4
Requirement:
Base Level 150
Rebellion
ATK220
Rango9
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 bDex,2;
bonus bAtkRate,2;
bonus bLongAtkRate,(.@r/2)*5 + (.@r > 11 ? 5 : 0);
if (.@r > 6) {
bonus2 bSkillAtk,"RL_R_TRIP",20;
}
if (.@r > 8) {
bonus2 bSkillUseSPrate,"RL_R_TRIP",5;
}