trade_bot/assets/common/abilities/vampire/vampire_bat/drop.ron
Jeff 37f40f83c2
All checks were successful
Publish / rust (push) Successful in 5m30s
Publish / docker (push) Successful in 19m35s
Update
2024-10-08 19:58:12 -04:00

30 lines
704 B
Plaintext

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: None
),
attack: Some((
damage: 15,
energy: 0,
buff: Some((
kind: Burning,
dur_secs: 2,
strength: DamageFraction(0.5),
chance: 0.6,
)),
)),
),
projectile_body: Object(BloodBomb),
projectile_light: None,
projectile_speed: 4.0,
num_projectiles: Value(2),
projectile_spread: 0.2,
move_efficiency: 0.3,
)