2022-02-09 01:23:23 +00:00
|
|
|
BasicRanged(
|
|
|
|
energy_cost: 0,
|
2022-06-23 04:45:22 +00:00
|
|
|
buildup_duration: 0.825,
|
|
|
|
recover_duration: 0.6,
|
2022-02-09 01:23:23 +00:00
|
|
|
projectile: Fireball(
|
2022-06-23 04:45:22 +00:00
|
|
|
damage: 13.5,
|
2022-02-13 09:35:19 +00:00
|
|
|
radius: 2.0,
|
2022-02-09 01:23:23 +00:00
|
|
|
energy_regen: 10.0,
|
|
|
|
min_falloff: 0.5,
|
|
|
|
),
|
|
|
|
projectile_body: Object(BoltFire),
|
2022-02-13 09:35:19 +00:00
|
|
|
projectile_speed: 25,
|
2022-02-09 01:23:23 +00:00
|
|
|
num_projectiles: 8,
|
2022-02-13 09:35:19 +00:00
|
|
|
projectile_spread: 0.125,
|
2023-03-22 02:11:48 +00:00
|
|
|
move_efficiency: 0.3,
|
2022-02-09 01:23:23 +00:00
|
|
|
)
|