19 lines
443 B
Plaintext
Raw Normal View History

2024-06-11 19:51:46 -04:00
BasicSummon(
buildup_duration: 1.75,
cast_duration: 1.5,
recover_duration: 0.75,
2025-03-07 13:26:55 -05:00
summon_amount: 2,
summon_distance: (5, 10),
2024-06-11 19:51:46 -04:00
summon_info: (
body: BipedSmall((
species: Boreal,
body_type: Male,
)),
use_npc_name: true,
scale: None,
has_health: true,
loadout_config: Some(BorealSummon),
skillset_config: None,
),
duration: None,
)