veloren/assets/common/abilities/gnarling/chieftain/firebarrage.ron

29 lines
682 B
Rust
Raw Normal View History

2022-02-09 01:23:23 +00:00
BasicRanged(
energy_cost: 0,
buildup_duration: 0.825,
recover_duration: 0.6,
2024-05-13 00:47:48 +00:00
projectile: (
kind: Explosive(
radius: 2,
min_falloff: 0.5,
reagent: Some(Red),
terrain: Some((2, Black))
),
attack: Some((
damage: 13.5,
energy: 10,
buff: Some((
kind: Burning,
dur_secs: 5,
strength: DamageFraction(0.1),
chance: 0.1,
)),
)),
2022-02-09 01:23:23 +00:00
),
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
)