mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
19 lines
413 B
Plaintext
19 lines
413 B
Plaintext
BasicSummon(
|
|
buildup_duration: 0.5,
|
|
cast_duration: 1.0,
|
|
recover_duration: 0.5,
|
|
summon_amount: 6,
|
|
summon_distance: (3, 3),
|
|
summon_info: (
|
|
body: BipedSmall((
|
|
species: Husk,
|
|
body_type: Male,
|
|
)),
|
|
scale: None,
|
|
health_scaling: Some(80),
|
|
loadout_config: Some(HuskSummon),
|
|
skillset_config: None,
|
|
),
|
|
duration: None,
|
|
)
|