mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
18 lines
439 B
Plaintext
18 lines
439 B
Plaintext
BasicRanged(
|
|
energy_cost: 450,
|
|
buildup_duration: 800,
|
|
recover_duration: 50,
|
|
projectile: Heal(
|
|
heal: 80.0,
|
|
damage: 60.0,
|
|
radius: 6.0,
|
|
),
|
|
projectile_body: Object(BoltNature),
|
|
/*projectile_light: Some(LightEmitter {
|
|
col: (0.0, 1.0, 0.0).into(),
|
|
..Default::default()
|
|
}),*/
|
|
projectile_gravity: Some(Gravity(0.5)),
|
|
projectile_speed: 40.0,
|
|
can_continue: false,
|
|
) |