veloren/assets/common/abilities/custom/dagon/dagonbombs.ron

17 lines
365 B
Rust
Raw Normal View History

2022-08-24 21:50:53 +00:00
BasicRanged(
energy_cost: 0,
2022-09-22 01:04:01 +00:00
buildup_duration: 0.5,
recover_duration: 1.5,
2022-08-24 21:50:53 +00:00
projectile: DagonBomb(
damage: 32.0,
2022-09-22 01:04:01 +00:00
knockback: 15.0,
radius: 5.0,
min_falloff: 0.1,
2022-08-24 21:50:53 +00:00
),
projectile_body: Object(DagonBomb),
projectile_light: None,
2022-09-22 01:04:01 +00:00
projectile_speed: 20.0,
2022-08-24 21:50:53 +00:00
num_projectiles: 1,
projectile_spread: 0.0,
)