Please disclose if your mod was created primarily using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
CharacterDrop
Updated 2 months agoCharacterDrop
CharacterDrop defines creature loot.
Note:
- If
Dropsis removed completely from the file, the plugin will remove the component from the creature - If
Dropsis added to file, the plugin will add the component to the creature
Drops:
drops: List<Drop> # See below
dropsEnabled: bool
Drop
prefab: string # Prefab ID
amountMin: int
amountMax: int
chance: float # (0.0 - 1.0)
onePerPlayer: bool
levelMultiplier: bool
dontScale: bool