Commit graph

9 commits

Author SHA1 Message Date
59f6e20a31 Add poster 2025-10-11 19:57:08 -07:00
0d4ec2ba6e Improve trait descriptions 2025-10-11 19:57:08 -07:00
f20833f690 Fix specific food overrides
- Cleanup food group overrides logic
- Expand specific food overrides
2025-10-11 19:57:08 -07:00
e69ac5e4ff Fix unhappiness/boredom offsets
- Expand Refined Palate checks
- Remove debugging statements
2025-10-11 19:57:08 -07:00
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
da7344d749 Implement "Not A Picky Eater" trait functionality
- Rename "Unpicky Eater" to "Not a Picky Eater"
- Wrap around the `ISEatFoodAction:perform` and `ISToolTipInv:render`
methods, adjusting unhappiness and boredom increase if the trait is
present.
- Reorganize files
2025-10-11 19:57:08 -07:00
cd53ab1a34 Add Unpicky Eater trait 2025-10-11 19:57:08 -07:00
03d91894f4 Add mod manifest 2025-10-11 19:57:08 -07:00
86cc0982d3 Initial commit 2025-10-11 19:57:08 -07:00