trade_bot/assets/common/abilities/custom/terracotta_demolisher/throw.ron
Jeff 4a3399f47e
All checks were successful
Publish / rust (push) Successful in 5m21s
Publish / docker (push) Successful in 18m42s
Update assets
2024-10-10 09:12:52 -04:00

30 lines
731 B
Plaintext

BasicRanged(
energy_cost: 0,
buildup_duration: 1.0,
recover_duration: 1.5,
projectile: (
kind: Explosive(
radius: 5,
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(0.4),
chance: 0.6,
)),
)),
),
projectile_body: Object(TerracottaDemolisherBomb),
projectile_light: None,
projectile_speed: 20.0,
num_projectiles: Value(1),
projectile_spread: 0.0,
move_efficiency: 0.3,
)