CharacterDrop
Updated 2 weeks 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