2020-11-08 21:11:00 +00:00
|
|
|
ChargedRanged(
|
2020-11-16 16:01:55 +00:00
|
|
|
energy_cost: 1,
|
2020-11-08 21:11:00 +00:00
|
|
|
energy_drain: 300,
|
2020-12-08 04:00:24 +00:00
|
|
|
initial_damage: 10,
|
2021-01-24 19:24:59 +00:00
|
|
|
scaled_damage: 190,
|
2020-11-08 21:11:00 +00:00
|
|
|
initial_knockback: 10.0,
|
2020-12-08 04:00:24 +00:00
|
|
|
scaled_knockback: 10.0,
|
2020-11-11 01:49:05 +00:00
|
|
|
speed: 1.0,
|
2020-11-08 21:11:00 +00:00
|
|
|
buildup_duration: 100,
|
|
|
|
charge_duration: 1500,
|
|
|
|
recover_duration: 500,
|
|
|
|
projectile_body: Object(MultiArrow),
|
|
|
|
projectile_light: None,
|
|
|
|
projectile_gravity: Some(Gravity(0.2)),
|
|
|
|
initial_projectile_speed: 100.0,
|
2020-12-08 04:00:24 +00:00
|
|
|
scaled_projectile_speed: 400.0,
|
2020-12-23 02:28:55 +00:00
|
|
|
move_speed: 0.3,
|
2020-11-16 16:01:55 +00:00
|
|
|
)
|