mirror of
https://github.com/FalloutCollaborationProject/FCP-Caesars-Legion.git
synced 2026-07-27 17:00:20 -07:00
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.
26 lines
854 B
XML
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> |