mirror of
https://github.com/FalloutCollaborationProject/FCP-Wasteland-Food.git
synced 2026-07-27 17:03:34 -07:00
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.
36 lines
1.2 KiB
XML
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> |