hotbot/assets/common/abilities/custom/terracotta_demolisher/throw.ron

30 lines
725 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
BasicRanged(
energy_cost: 0,
buildup_duration: 1.0,
recover_duration: 1.5,
projectile: (
kind: Explosive(
radius: 10,
min_falloff: 0.5,
reagent: Some(Yellow),
terrain: Some((2, Black))
),
attack: Some((
damage: 30,
energy: 0,
buff: Some((
kind: Burning,
dur_secs: 4,
strength: DamageFraction(1.0),
chance: 0.6,
)),
)),
),
projectile_body: Object(TerracottaDemolisherBomb),
projectile_light: None,
projectile_speed: 20.0,
num_projectiles: 1,
projectile_spread: 0.0,
move_efficiency: 0.3,
)