All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
15 lines
385 B
Plaintext
15 lines
385 B
Plaintext
BasicRanged(
|
|
energy_cost: 0,
|
|
buildup_duration: 0.001,
|
|
recover_duration: 0.01,
|
|
projectile: Possess,
|
|
projectile_body: Object(ArrowSnake),
|
|
/*projectile_light: Some(LightEmitter {
|
|
col: (0.0, 1.0, 0.33).into(),
|
|
..Default::default()
|
|
}),*/
|
|
projectile_speed: 100.0,
|
|
num_projectiles: 1,
|
|
projectile_spread: 0.0,
|
|
move_efficiency: 0.3,
|
|
) |