Property:Taste
Jump to navigation
Jump to search
(Removed category. We're not categorizing properties at this time.) |
m (Remaining Tastes sourced from FoodPreferability enum) |
||
Line 1: | Line 1: | ||
− | [[has type::text]] | + | This property allows the following [[has type::text]] values: |
+ | <onlyinclude> | ||
+ | * [[Allows value::Raw]] | ||
+ | * [[Allows value::Bad]] | ||
+ | * [[Allows value::Tasty]] | ||
+ | * [[Allows value::Terrible]] | ||
+ | * [[Allows value::Awful]] | ||
+ | * [[Allows value::Simple]] | ||
+ | * [[Allows value::Fine]] | ||
+ | * [[Allows value::Lavish]] | ||
+ | |||
+ | From FoodPreferability: | ||
+ | * [[Allows value::Undefined]] | ||
+ | * [[Allows value::NeverForNutrition]] | ||
+ | * [[Allows value::DesperateOnly]] | ||
+ | * [[Allows value::DesperateOnlyForHumanlikes]] | ||
+ | * [[Allows value::RawBad]] | ||
+ | * [[Allows value::RawTasty]] | ||
+ | * [[Allows value::MealTerrible]] | ||
+ | * [[Allows value::MealAwful]] | ||
+ | * [[Allows value::MealSimple]] | ||
+ | * [[Allows value::MealFine]] | ||
+ | * [[Allows value::MealLavish]] | ||
+ | </onlyinclude> |
Revision as of 21:50, 28 September 2024
This property allows the following text values:
- Raw
- Bad
- Tasty
- Terrible
- Awful
- Simple
- Fine
- Lavish
From FoodPreferability:
- Undefined
- NeverForNutrition
- DesperateOnly
- DesperateOnlyForHumanlikes
- RawBad
- RawTasty
- MealTerrible
- MealAwful
- MealSimple
- MealFine
- MealLavish
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_txt", "allowed_values": [ "Raw", "Bad", "Tasty", "Terrible", "Awful", "Simple", "Fine", "Lavish", "Undefined", "NeverForNutrition", "DesperateOnly", "DesperateOnlyForHumanlikes", "RawBad", "RawTasty", "MealTerrible", "MealAwful", "MealSimple", "MealFine", "MealLavish" ] } }