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

29 lines
682 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
BasicRanged(
energy_cost: 0,
buildup_duration: 0.825,
recover_duration: 0.6,
projectile: (
kind: Explosive(
radius: 2,
min_falloff: 0.5,
reagent: Some(Red),
terrain: Some((2, Black))
),
attack: Some((
damage: 13.5,
energy: 10,
buff: Some((
kind: Burning,
dur_secs: 5,
strength: DamageFraction(0.1),
chance: 0.1,
)),
)),
),
projectile_body: Object(BoltFire),
projectile_speed: 25,
num_projectiles: 8,
projectile_spread: 0.125,
move_efficiency: 0.3,
)