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

19 lines
413 B
Plaintext
Raw Normal View History

BasicSummon(
buildup_duration: 0.5,
cast_duration: 1.0,
recover_duration: 0.5,
summon_amount: 6,
2021-06-03 22:42:50 +00:00
summon_distance: (3, 3),
summon_info: (
body: BipedSmall((
species: Husk,
body_type: Male,
)),
scale: None,
2021-06-03 22:42:50 +00:00
health_scaling: Some(80),
2021-06-06 22:54:15 +00:00
loadout_config: Some(HuskSummon),
skillset_config: None,
),
2021-06-03 22:42:50 +00:00
duration: None,
2021-06-06 22:54:15 +00:00
)