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

25 lines
567 B
Rust
Raw Normal View History

2021-12-21 07:10:39 +00:00
BasicRanged(
energy_cost: 0,
buildup_duration: 0.75,
recover_duration: 0.45,
2024-05-13 00:47:48 +00:00
projectile: (
kind: Pointed,
attack: Some((
2024-05-30 10:41:55 +00:00
damage: 2,
2024-05-13 00:47:48 +00:00
energy: 0,
buff: Some((
kind: Bleeding,
2024-05-30 10:41:55 +00:00
dur_secs: 5,
strength: DamageFraction(0.4),
2024-05-13 00:47:48 +00:00
chance: 0.1,
)),
)),
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,
2023-03-22 02:11:48 +00:00
move_efficiency: 0.3,
2021-12-21 07:10:39 +00:00
)