2020-11-08 21:11:00 +00:00
|
|
|
BasicRanged(
|
|
|
|
energy_cost: 0,
|
2020-11-25 20:19:11 +00:00
|
|
|
buildup_duration: 500,
|
2020-11-11 01:49:05 +00:00
|
|
|
recover_duration: 300,
|
2020-11-09 04:04:51 +00:00
|
|
|
projectile: Arrow(
|
2021-01-24 19:24:59 +00:00
|
|
|
damage: 70.0,
|
2020-12-16 23:30:33 +00:00
|
|
|
poise_damage: 2,
|
2020-11-25 20:19:11 +00:00
|
|
|
knockback: 5.0,
|
2021-01-24 19:24:59 +00:00
|
|
|
energy_regen: 40,
|
2020-11-08 21:11:00 +00:00
|
|
|
),
|
|
|
|
projectile_body: Object(Arrow),
|
|
|
|
projectile_light: None,
|
|
|
|
projectile_gravity: Some(Gravity(0.2)),
|
|
|
|
projectile_speed: 100.0,
|
2020-11-11 01:49:05 +00:00
|
|
|
can_continue: true,
|
2020-12-16 23:30:33 +00:00
|
|
|
)
|