mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Make bow more snipy
This commit is contained in:
parent
6c11aa80e0
commit
11ded86a2b
@ -1,15 +1,15 @@
|
||||
ChargedRanged(
|
||||
energy_cost: 0,
|
||||
energy_drain: 0,
|
||||
initial_regen: 20,
|
||||
scaled_regen: 100,
|
||||
initial_damage: 10,
|
||||
scaled_damage: 90,
|
||||
initial_regen: 5,
|
||||
scaled_regen: 150,
|
||||
initial_damage: 5,
|
||||
scaled_damage: 150,
|
||||
initial_knockback: 0.0,
|
||||
scaled_knockback: 10.0,
|
||||
speed: 1.0,
|
||||
buildup_duration: 0.2,
|
||||
charge_duration: 0.5,
|
||||
charge_duration: 0.9,
|
||||
recover_duration: 0.3,
|
||||
projectile_body: Object(Arrow),
|
||||
projectile_light: None,
|
||||
|
@ -14,4 +14,4 @@ ItemDef(
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [],
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user