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.
2024-07-03 19:04:49 -04:00

13 lines
287 B
Plaintext

BasicRanged(
energy_cost: 0,
buildup_duration: 0.001,
recover_duration: 0.01,
projectile: (
kind: Possess,
),
projectile_body: Object(ArrowSnake),
projectile_speed: 100.0,
num_projectiles: 1,
projectile_spread: 0.0,
move_efficiency: 0.3,
)