veloren/assets/common/abilities/custom/arthropodranged/poisonball.ron

20 lines
462 B
Rust
Raw Normal View History

2021-10-29 05:00:53 +00:00
BasicRanged(
energy_cost: 0,
buildup_duration: 0.8,
recover_duration: 0.35,
2021-11-10 21:41:44 +00:00
projectile: Poisonball(
2021-10-29 05:00:53 +00:00
damage: 26.0,
radius: 5.0,
energy_regen: 0,
2021-11-10 21:41:44 +00:00
min_falloff: 0.5,
2021-10-29 05:00:53 +00:00
),
2021-11-10 21:41:44 +00:00
projectile_body: Object(SpitPoison),
2021-10-29 05:00:53 +00:00
/*projectile_light: Some(LightEmitter {
col: (1.0, 0.75, 0.11).into(),
..Default::default()
}),*/
projectile_speed: 70.0,
num_projectiles: 3,
projectile_spread: 0.2,
)