2020-11-08 21:11:00 +00:00
|
|
|
BasicRanged(
|
2021-01-23 03:46:18 +00:00
|
|
|
energy_cost: 450,
|
2020-11-08 21:11:00 +00:00
|
|
|
buildup_duration: 800,
|
|
|
|
recover_duration: 50,
|
2020-11-09 04:04:51 +00:00
|
|
|
projectile: Heal(
|
2021-01-23 03:46:18 +00:00
|
|
|
heal: 80.0,
|
|
|
|
damage: 60.0,
|
2020-12-16 23:30:33 +00:00
|
|
|
poise_damage: 0,
|
2020-11-09 04:04:51 +00:00
|
|
|
radius: 6.0,
|
2020-11-08 21:11:00 +00:00
|
|
|
),
|
|
|
|
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,
|
2020-11-11 01:49:05 +00:00
|
|
|
can_continue: false,
|
2020-12-16 23:30:33 +00:00
|
|
|
)
|