veloren/assets/common/abilities/gnarling/blowgun/dart.ron

16 lines
328 B
Rust
Raw Normal View History

2021-12-21 07:10:39 +00:00
BasicRanged(
energy_cost: 0,
buildup_duration: 0.5,
recover_duration: 0.3,
projectile: Arrow(
2022-01-21 23:28:15 +00:00
damage: 4,
knockback: 0,
energy_regen: 0,
2021-12-21 07:10:39 +00:00
),
2022-01-21 23:53:10 +00:00
projectile_body: Object(Dart),
2021-12-21 07:10:39 +00:00
projectile_light: None,
2022-01-21 23:28:15 +00:00
projectile_speed: 80.0,
2021-12-21 07:10:39 +00:00
num_projectiles: 1,
projectile_spread: 0.0,
)