Property:Taste

From RimWorld Wiki
Jump to navigation Jump to search

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.
Search:
{
  • "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"
      ]
    }
}