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

29 lines
679 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
BasicRanged(
energy_cost: 0,
2024-08-08 21:03:53 +00:00
buildup_duration: 1.0,
2024-07-03 23:04:49 +00:00
recover_duration: 0.6,
projectile: (
kind: Explosive(
2024-08-08 21:03:53 +00:00
radius: 3,
min_falloff: 0.7,
2024-07-03 23:04:49 +00:00
reagent: Some(Red),
terrain: Some((2, Black))
),
attack: Some((
2024-08-08 21:03:53 +00:00
damage: 5.5,
2024-07-03 23:04:49 +00:00
energy: 10,
buff: Some((
kind: Burning,
2024-08-08 21:03:53 +00:00
dur_secs: 3,
strength: DamageFraction(0.3),
2024-07-03 23:04:49 +00:00
chance: 0.1,
)),
)),
),
projectile_body: Object(BoltFire),
projectile_speed: 25,
2024-08-08 21:03:53 +00:00
num_projectiles: 5,
2024-07-03 23:04:49 +00:00
projectile_spread: 0.125,
move_efficiency: 0.3,
)