Files
FCP-Caesars-Legion/About/About.xml
T
RickGrymes 49ce8f6b45 Remove Legion-related Defs and assets
Deleted all Legion-related XML definition files, including backstories, character, culture, faction, ideology, pawn kinds, research, thing categories, apparel, currencies, animal races, and more. Updated About.xml to reflect these removals. This commit likely removes Legion content from the mod.
2025-10-19 12:14:22 -05:00

26 lines
854 B
XML

<?xml version="1.0" encoding="utf-8"?>
<ModMetaData>
<!-- About Information -->
<packageId>Rick.FCP.Legion</packageId>
<author>Rick</author>
<name>FCP - Caesars Legion</name>
<description>The Fallout Collaboration Project Presents: Caesars Legion, a Faction and Armory Mod.</description>
<url>https://github.com/FalloutCollaborationProject/FCP-Caesars-Legion</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>
</loadAfter>
</ModMetaData>