mirror of
https://github.com/FalloutCollaborationProject/FCP-Melee-Weapons.git
synced 2026-07-27 17:02:40 -07:00
Introduces a comprehensive set of melee weapon definitions in 1.6/Defs/Melee_Weapon_Defs.xml, including blunt and sharp weapons such as bats, axes, sledgehammers, and unique Fallout-inspired items. Adds corresponding weapon textures under Common/Textures/Melee_Weapons, updates About.xml for RimWorld 1.6 support, and includes new mod icon and preview images.
24 lines
731 B
XML
24 lines
731 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ModMetaData>
|
|
|
|
<!-- About Information -->
|
|
|
|
<packageId>Rick.FCP.MeleeWeapons</packageId>
|
|
<author>Rick</author>
|
|
<name>FCP - Melee Weapons</name>
|
|
<description>The Fallout Collaboration Project Presents: Melee Weapons, a weapon 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> |