veloren/assets/common/abilities/bow/charged.ron

19 lines
438 B
Rust
Raw Normal View History

ChargedRanged(
2021-05-16 03:09:39 +00:00
energy_cost: 0,
energy_drain: 0,
2022-07-30 04:18:10 +00:00
initial_regen: 2,
scaled_regen: 14,
initial_damage: 2,
2022-10-24 01:12:59 +00:00
scaled_damage: 12,
2022-07-26 23:44:49 +00:00
initial_knockback: 0,
2022-10-24 01:12:59 +00:00
scaled_knockback: 12,
2022-07-30 04:18:10 +00:00
buildup_duration: 0.25,
charge_duration: 1.0,
2022-07-26 23:44:49 +00:00
recover_duration: 0.4,
2021-05-16 03:09:39 +00:00
projectile_body: Object(Arrow),
projectile_light: None,
2022-07-26 23:44:49 +00:00
initial_projectile_speed: 50.0,
scaled_projectile_speed: 200.0,
2021-05-22 20:00:05 +00:00
move_speed: 0.6,
2020-11-16 16:01:55 +00:00
)