Files
FCP-NCR/About/About.xml
T
RickGrymes 0d7098bc81 Add NCR quests, tent, and scenario
Introduces the NCR Auxiliaries starting scenario, a new NCR tent building, and an Ear Bounty quest that pays for collected Legion ears. It also fixes Debt Collector site generation to carry faction data correctly, lets Talent Pool complete as soon as the trainees hit the shooting threshold, adds the campfire facility patch for tents, and declares the Legion mod dependency needed for the new bounty content.
2026-07-25 09:00:53 -05:00

34 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<ModMetaData>
<!-- About Information -->
<packageId>Rick.FCP.NCR</packageId>
<author>Rick</author>
<name>FCP - New California Republic</name>
<description>The Fallout Collaboration Project Presents: New California Republic, a Faction and Armory Mod.</description>
<url>https://github.com/FalloutCollaborationProject/FCP-NCR</url>
<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>
</modDependencies>
<loadAfter>
<li>Rick.FCP.Core.Tools</li>
<li>Rick.FCP.Animals</li>
<li>Rick.FCP.BallisticWeapons</li>
<li>Rick.FCP.Legion</li>
<li>Rick.FCP.GreatKhans</li>
<li>Rick.FCP.PowerArmor</li>
<li>Rick.FCP.PreWarFood</li>
<li>Rick.FCP.Wastelanders</li>
<li>Rick.FCP.Followers</li>
</loadAfter>
</ModMetaData>