veloren/assets/common/abilities/debug/possess.ron

14 lines
359 B
Plaintext
Raw Normal View History

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,
2021-05-16 03:09:39 +00:00
num_projectiles: 1,
projectile_spread: 0.0,
)