veloren/assets/common/abilities/custom/icedrake/icebombs.ron

16 lines
338 B
Rust
Raw Normal View History

2023-03-24 14:07:08 +00:00
BasicRanged(
energy_cost: 0,
buildup_duration: 0.5,
recover_duration: 0.9,
2023-03-29 02:36:20 +00:00
projectile: Frostball(
2023-03-24 14:07:08 +00:00
damage: 30.0,
radius: 3.0,
min_falloff: 0.1,
),
projectile_body: Object(IceBomb),
projectile_speed: 25.0,
num_projectiles: 5,
projectile_spread: 0.07,
2023-03-29 02:36:20 +00:00
move_efficiency: 0.75,
2023-03-24 14:07:08 +00:00
)