Spawn That Integration - ASharpPen/Valheim.DropThat GitHub Wiki
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=SomeTemplateIdForEikthyr
Example 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 |