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

16 lines
336 B
Rust
Raw Normal View History

2023-03-24 14:07:08 +00:00
BasicRanged(
energy_cost: 0,
2024-02-14 23:23:29 +00:00
buildup_duration: 1.0,
recover_duration: 0.6,
2023-03-29 02:36:20 +00:00
projectile: Frostball(
2024-02-14 23:23:29 +00:00
damage: 35.0,
radius: 4.0,
2023-03-24 14:07:08 +00:00
min_falloff: 0.1,
),
projectile_body: Object(IceBomb),
projectile_speed: 25.0,
2024-02-14 23:23:29 +00:00
num_projectiles: 1,
projectile_spread: 0.0,
move_efficiency: 0.3,
2023-03-24 14:07:08 +00:00
)