veloren/assets/common/abilities/custom/flamewyvern/firebomb.ron

17 lines
391 B
Rust
Raw Normal View History

2023-01-28 21:25:17 +00:00
BasicRanged(
energy_cost: 0,
2023-08-02 07:55:10 +00:00
buildup_duration: 0.5,
recover_duration: 1.5,
2023-01-28 21:25:17 +00:00
projectile: Fireball(
2023-08-02 07:55:10 +00:00
damage: 32.0,
2023-01-28 21:25:17 +00:00
radius: 5.0,
energy_regen: 5.0,
2023-08-02 07:55:10 +00:00
min_falloff: 0.1,
2023-01-28 21:25:17 +00:00
),
projectile_body: Object(BoltFire),
2023-08-02 07:55:10 +00:00
projectile_light: None,
projectile_speed: 100.0,
2023-01-28 21:25:17 +00:00
num_projectiles: 1,
projectile_spread: 0.0,
2023-03-22 02:11:48 +00:00
move_efficiency: 0.3,
2023-08-02 07:55:10 +00:00
)