trade_bot/assets/common/abilities/custom/cursekeeper/poisonbomb.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

31 lines
752 B
Plaintext

BasicRanged(
energy_cost: 0,
buildup_duration: 1.3,
recover_duration: 0.3,
projectile: (
kind: Explosive(
radius: 6,
min_falloff: 0.1,
reagent: Some(Purple),
terrain: Some((5, Black)),
),
attack: Some((
damage: 29,
knockback: Some(10),
energy: 0,
buff: Some((
kind: Poisoned,
dur_secs: 5,
strength: DamageFraction(0.8),
chance: 1.0,
)),
)),
),
projectile_body: Object(SpitPoison),
projectile_light: None,
projectile_speed: 10.0,
num_projectiles: Value(2),
projectile_spread: 0.1,
move_efficiency: 0.3,
)