mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
16 lines
354 B
Plaintext
16 lines
354 B
Plaintext
|
BasicSummon(
|
||
|
buildup_duration: 0.5,
|
||
|
cast_duration: 1.0,
|
||
|
recover_duration: 0.5,
|
||
|
summon_amount: 4,
|
||
|
summon_info: (
|
||
|
body: QuadrupedMedium((
|
||
|
species: Darkhound,
|
||
|
body_type: Male,
|
||
|
)),
|
||
|
scale: None,
|
||
|
health_scaling: 0,
|
||
|
loadout_config: None,
|
||
|
skillset_config: None,
|
||
|
),
|
||
|
)
|