Property:Food Type
Jump to navigation
Jump to search
Main article: Food types
See also: Property:Enabled Food Types and Property:Diet
Found in the item or plant's ThingDef by "foodType"; The food type for animals are handled by Property:Diet.
Set by "food type" in Template:Infobox main.
This property allows the following text values:
| foodType (value in Defs) | Food Type (this property) |
|---|---|
| VegetableOrFruit | vegetable |
| Fungus | fungus |
| Seed | seed |
| Meat | meat |
| AnimalProduct | animal product |
| Fluid | fluid |
| Liquour | liquor |
| Plant | plant |
| Tree | tree |
| Processed | processed |
| Meal | meal |
| Kibble | kibble |
| - | corpse |
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_txt", "allowed_values": [ "vegetable", "fungus", "seed", "meat", "animal product", "fluid", "liquor", "plant", "tree", "processed", "meal", "corpse", "kibble" ] } }