-
Notifications
You must be signed in to change notification settings - Fork 3
Spawn That Integration
ASharpPen edited this page Jul 17, 2021
·
1 revision
Integrates features based on Spawn That.
Mod-specific configs can be added to each configuration entry as [..] These are implemented soft-dependant, meaning if the mod is not present, the configuration will do nothing.
Currently only available for CharacterDrop configurations.
Example of Eikthyr dropping ore only when spawned by an existing spawn that template with an assigned template id.
[Eikthyr.10]
ItemName = CopperOre
[Eikthyr.10.SpawnThat]
ConditionTemplateId=SomeTemplateIdForEikthyrExample files for setting up a loot goblin can be found in the github example here.
| Setting | Type | Default | Example | Description |
|---|---|---|---|---|
| ConditionTemplateId | string | MyTemplateId, 1234 | Array of Spawn That TemplateId values to enable to drop for |