Commit Graph
7 Commits
Author SHA1 Message Date
RickGrymes 39c7b9f19c Allow wasteland food in all trades
Update Items_Wasteland_Food.xml to change <tradeability> from "Sellable" to "All", enabling the wasteland food item to be included in all trade contexts rather than only sellable interactions.
2026-05-31 10:39:09 -05:00
RickGrymes 304986179e Update About/ModIcon.png
Replace the ModIcon.png asset in the About folder with an updated binary image. This updates the module/icon used in the About section (visual asset change only).
2026-05-02 12:14:32 -05:00
RickGrymes 939c5bf498 Add new wasteland meals, recipes, and textures
Replace broad category filters in wasteland meal recipes with explicit thingDefs for custom meats and eggs, and add three new meals: Skeeto Spit (simple), Sweet Rolls (complex), and Happy Birthday Sweet Roll (complex) with recipes (ingredients, products, workAmount, skill requirements). Add corresponding ThingDefs for each food item (stats, ingestible effects, graphics) and include new PNG textures for the meal sprites.
2026-05-02 12:02:29 -05:00
RickGrymes d74d0abb29 Add ingredient filters to wasteland meal recipe
Introduce fixed and default ingredient filters to the abstract FCP_CookWastelandMealBase recipe. The filters restrict ingredients to FoodRaw, disallow plant-only foods via a special filter, and block certain categories/things (EggsUnfertilized, Meat_Human, Meat_Megaspider, InsectJelly). Meat_Twisted is also disallowed conditionally with a MayRequire attribute for Anomaly compatibility. This tightens allowed inputs and improves balance/compatibility for wasteland meals.
2026-05-02 09:50:24 -05:00
RickGrymes e844c17c27 Add Wasteland food items, recipes & effects
Introduce a full Wasteland food pack: new ThingDefs for multiple meals (black blood sausage, brahmin pot pie, bug mush, chicken noodle cup, cook-cook's fiend stew, crispy wings, deathclaw steaks, flea soup, meat on a stick, noodle cup, prime steaks, sausages), RecipeDefs (base and tiered simple/complex/electric recipes) to craft them, HediffDefs to provide meal effects (toxic buildup, hearty/fiend/deathclaw/prime/lavish boosts), and ThoughtDefs for meal-related mood buffs. Adds corresponding texture assets and updates About/About.xml.
2026-02-24 01:26:46 -06:00
RickGrymes 5db6c9773a Add ModIcon and update Preview image
Added a new ModIcon.png file and updated the existing Preview.png in the About directory to reflect recent changes.
2025-12-18 05:05:23 -06:00
RickGrymes 5cb78cf672 Initial commit 2025-12-16 15:45:43 -06:00