Files
RickGrymes e7b62f1df0 Add new animal product and body defs for 1.6 update
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.
2026-01-05 02:13:20 -06:00

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>