veloren/assets/common/abilities/gnarling/chieftain/firebarrage.ron

16 lines
338 B
Rust
Raw Normal View History

2022-02-09 01:23:23 +00:00
BasicRanged(
energy_cost: 0,
2022-02-13 09:35:19 +00:00
buildup_duration: 0.55,
2022-02-09 01:23:23 +00:00
recover_duration: 0.4,
projectile: Fireball(
damage: 9.0,
2022-02-13 09:35:19 +00:00
radius: 2.0,
2022-02-09 01:23:23 +00:00
energy_regen: 10.0,
min_falloff: 0.5,
),
projectile_body: Object(BoltFire),
2022-02-13 09:35:19 +00:00
projectile_speed: 25,
2022-02-09 01:23:23 +00:00
num_projectiles: 8,
2022-02-13 09:35:19 +00:00
projectile_spread: 0.125,
2022-02-09 01:23:23 +00:00
)