mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
1014ac45bf
Created migration to reset bow skills.
14 lines
359 B
Rust
14 lines
359 B
Rust
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,
|
|
) |