veloren/assets/common/abilities/custom/mindflayer/summonminions.ron

16 lines
351 B
Plaintext
Raw Normal View History

BasicSummon(
buildup_duration: 0.5,
cast_duration: 1.0,
recover_duration: 0.5,
summon_amount: 6,
summon_info: (
body: BipedSmall((
species: Husk,
body_type: Male,
)),
scale: None,
2021-03-26 16:48:25 +00:00
health_scaling: 80,
loadout_config: Some(Husk),
skillset_config: None,
),
)