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

16 lines
336 B
Rust
Raw Normal View History

2022-02-09 01:23:23 +00:00
BasicRanged(
energy_cost: 0,
buildup_duration: 0.5,
recover_duration: 0.4,
projectile: Fireball(
damage: 9.0,
radius: 4.0,
energy_regen: 10.0,
min_falloff: 0.5,
),
projectile_body: Object(BoltFire),
projectile_speed: 40,
num_projectiles: 8,
projectile_spread: 0.05,
)