Containers & Items
Using traits and filters with containers and items.
Accepted Traits: Traits the items will need to be stored inside the container. Denied Traits: Traits that are denied, regardless or if the item has accepted traits. Must Have All: Check if the item must have all traits to be stored instead of just a single one.
Adding traits and filter to items and containers
To add a trait to an item just go to it's prefab and add it to the Traits list:
To add a filter to a container just go to it's prefab and add it to the Container Descriptor's script in the inspector:
Last updated