Files
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

36 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<ModMetaData>
<!-- About Information -->
<packageId>Rick.FCP.WastelandFood</packageId>
<author>Rick</author>
<name>FCP - Wasteland Food</name>
<description>The Fallout Collaboration Project Presents: Wasteland Food, an item, food and crafting mod.</description>
<supportedVersions>
<li>1.6</li>
</supportedVersions>
<modDependencies>
<li>
<packageId>Rick.FCP.Core.Tools</packageId>
<displayName>FCP - Tools</displayName>
<downloadUrl>https://github.com/FalloutCollaborationProject/FCP-Tools</downloadUrl>
</li>
<li>
<packageId>Rick.FCP.Plants</packageId>
<displayName>FCP - Plants</displayName>
<downloadUrl>https://github.com/FalloutCollaborationProject/FCP-Plants</downloadUrl>
</li>
<li>
<packageId>Rick.FCP.Animals</packageId>
<displayName>FCP - Animals</displayName>
<downloadUrl>https://github.com/FalloutCollaborationProject/FCP-Animals</downloadUrl>
</li>
</modDependencies>
<loadAfter>
<li>Rick.FCP.Core.Tools</li>
<li>Rick.FCP.Plants</li>
<li>Rick.FCP.Animals</li>
</loadAfter>
</ModMetaData>