Property:Taste

From RimWorld Wiki
Jump to navigation Jump to search
m (Remaining Tastes sourced from FoodPreferability enum)
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
This property allows the following [[has type::text]] values:
+
<noinclude>This property allows the following [[has type::text]] values:
<onlyinclude>
 
 
* [[Allows value::Raw]]
 
* [[Allows value::Raw]]
 
* [[Allows value::Bad]]
 
* [[Allows value::Bad]]
Line 22: Line 21:
 
* [[Allows value::MealFine]]
 
* [[Allows value::MealFine]]
 
* [[Allows value::MealLavish]]
 
* [[Allows value::MealLavish]]
</onlyinclude>
+
</noinclude><includeonly>
 +
* Raw
 +
* Bad
 +
* Tasty
 +
* Terrible
 +
* Awful
 +
* Simple
 +
* Fine
 +
* Lavish
 +
 
 +
From FoodPreferability:
 +
* Undefined
 +
* NeverForNutrition
 +
* DesperateOnly
 +
* DesperateOnlyForHumanlikes
 +
* RawBad
 +
* RawTasty
 +
* MealTerrible
 +
* MealAwful
 +
* MealSimple
 +
* MealFine
 +
* MealLavish</includeonly>

Latest revision as of 03:54, 29 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
Showing 20 pages using this property.
The request is being processed and may take a moment. Preparing ...
{ "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" ] } }