mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
19 lines
479 B
Plaintext
19 lines
479 B
Plaintext
BasicRanged(
|
|
energy_cost: 0,
|
|
buildup_duration: 0,
|
|
recover_duration: 10,
|
|
projectile: (
|
|
hit_solid: [Stick],
|
|
hit_entity: [Stick, Possess],
|
|
time_left: 10, // secs
|
|
owner: None,
|
|
ignore_group: false,
|
|
),
|
|
projectile_body: Object(ArrowSnake),
|
|
/*projectile_light: Some(LightEmitter {
|
|
col: (0.0, 1.0, 0.33).into(),
|
|
..Default::default()
|
|
}),*/
|
|
projectile_gravity: None,
|
|
projectile_speed: 100.0,
|
|
), |