Calf Python [2]
28243 Calf_Python
C
This grenade launcher is mainly used for small groups.
It is said that it has a strong firepower among grenade launchers.
DEX +2
ATK +2%
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 Dragon Tail by 15%.
Refine Level +12:
Increases damage of Dragon Tail by additional 15%.
Type: Grenade Launcher
Attack: 360
Weight: 200
Weapon Level: 4
Requirement:
Base Level 150
Rebellion
ATK360
Rango9
Nivel de arma4
Información adicional
- Precio de compra
- 10 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;
if (.@r > 6) {
bonus bAspdRate,5;
}
if (.@r > 8) {
bonus2 bSkillAtk,"RL_D_TAIL",15 + (.@r > 11 ? 15 : 0);
}