mirror of
https://github.com/FalloutCollaborationProject/FCP-Animals.git
synced 2026-07-27 17:00:58 -07:00
Introduced new animal product definitions, including Deathclaw and Gecko eggs, and expanded existing animal product XMLs for version 1.6. Added detailed body definitions for Mirelurks, Lakelurks, and Lakelurk Kings. Migrated and reorganized animal race and hostile animal think tree definitions to the 1.6 directory. Updated About.xml and added new animal textures for Bighorner, Deathclaw, Gecko, Lakelurk, Mirelurk, Molerat, Nightstalker, and Rad Rabbit.
24 lines
727 B
XML
24 lines
727 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ModMetaData>
|
|
|
|
<!-- About Information -->
|
|
|
|
<packageId>Rick.FCP.Animals</packageId>
|
|
<author>Rick</author>
|
|
<name>FCP - Animals</name>
|
|
<description>The Fallout Collaboration Project Presents: Animals, an animal and critter 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>
|
|
</modDependencies>
|
|
<loadAfter>
|
|
<li>Rick.FCP.Core.Tools</li>
|
|
</loadAfter>
|
|
|
|
</ModMetaData> |