DogFoodIsntThatBad/media/lua/shared/Translate/EN/UI_EN.txt
Nettika f981c23379 Add "Refined Palate" trait
- Increase or decrease happiness for a variety of foods and food
categories based on subjective quality when the Refined Palate trait is
active.
- Move the trait definition to the shared code.
- Add icons for the "Refined Palate" and "Not a Picky Eater" traits.
2025-10-11 19:57:08 -07:00

6 lines
297 B
Text

UI_EN = {
UI_trait_NotAPickyEater = "Not a Picky Eater",
UI_trait_NotAPickyEaterdesc = "Foods never increases unhappiness or boredom.",
UI_trait_RefinedPalate = "Refined Palate",
UI_trait_RefinedPalatedesc = "Many additional low quality foods increase unhappiness and boredom.",
}