This repository has been archived on 2025-02-17. You can view files and clone it, but cannot push or open issues or pull requests.

22 lines
471 B
Plaintext
Raw Normal View History

2024-07-03 19:04:49 -04:00
BasicRanged(
energy_cost: 0,
buildup_duration: 1.6,
recover_duration: 0.7,
projectile: (
kind: Explosive(
radius: 3,
min_falloff: 0.5,
reagent: Some(Purple),
),
attack: Some((
damage: 26,
energy: 0,
)),
),
projectile_body: Object(FireworkPurple),
projectile_speed: 70.0,
num_projectiles: 3,
projectile_spread: 0.2,
move_efficiency: 0.3,
)