veloren/assets/common/abilities/staffsimple/firebomb.ron

19 lines
433 B
Plaintext
Raw Normal View History

2021-02-11 04:04:03 +00:00
BasicRanged(
energy_cost: 0,
buildup_duration: 0.5,
recover_duration: 0.35,
projectile: Fireball(
2021-05-01 00:11:07 +00:00
damage: 60.0,
2021-02-11 04:04:03 +00:00
radius: 5.0,
energy_regen: 50,
),
projectile_body: Object(BoltFire),
/*projectile_light: Some(LightEmitter {
col: (1.0, 0.75, 0.11).into(),
..Default::default()
}),*/
projectile_speed: 60.0,
2021-05-16 03:09:39 +00:00
num_projectiles: 1,
projectile_spread: 0.0,
2021-02-11 04:04:03 +00:00
)