10 Commits
Author SHA1 Message Date
RickGrymes 829205f0d1 Remove duplicate MarketValue stat entry
Cleaned up `1.6/Defs/Unarmed_Weapon_Defs.xml` by deleting a duplicate `<MarketValue>1200</MarketValue>` line in a weapon `statBases` block. This avoids redundant XML data while preserving the intended value.
2026-07-19 01:01:37 -05:00
RickGrymes 36246b8aab Remove duplicate MarketValue defs
Clean up several unarmed weapon definitions by deleting older duplicate `MarketValue` entries and leaving the intended final values in place. This avoids conflicting XML stat definitions and makes the item pricing data unambiguous.
2026-07-18 09:44:02 -05:00
RickGrymes 1ed148270c Add missing sounds to unarmed weapon defs
Updates `1.6/Defs/Unarmed_Weapon_Defs.xml` to wire in audio cues for multiple items. Several weapons now use `FCP_Sound_Interact_Melee_Generic` on interact, while Power Fist variants and the Zap Glove get explicit `soundMeleeHit` entries (`FCP_Sound_Hit_PowerFist` / `FCP_Sound_Hit_ZapGlove`) so combat feedback matches each weapon.
2026-07-15 23:24:46 -05:00
Ranger Rick fd29a0c7eb Merge pull request #1 from AlvalorDev/main
FCP Weapon Base Def
2026-02-19 19:56:01 -06:00
Alvalor b65696cd61 FCP Weapon Base Def 2026-02-17 19:04:59 +01:00
RickGrymes 68a6186cef Add FCP_Icon and update ModIcon images
Added a new FCP_Icon.png image and updated the existing ModIcon.png in the About directory.
2026-01-16 04:38:16 -06:00
RickGrymes 094dec8793 Add MarketValue stat to unarmed weapon defs
Introduced explicit MarketValue entries to the statBases of all unarmed weapon definitions, ensuring each weapon has a defined market value for better in-game economy balancing.
2026-01-11 23:12:43 -06:00
RickGrymes a8952c93a3 Add color attributes to glove weapon graphics
Introduced <color> tags to the graphicData sections for Boxing Glove, Displacer Glove, and Zap Glove, specifying their respective display colors.
2025-12-28 03:01:49 -06:00
RickGrymes f0b6882dfe Add unarmed weapon mod with defs and textures
Introduces the FCP - Unarmed Weapons mod, including XML definitions for several unarmed weapons (Boxing Glove, Power Fist, Ballistic Fist, Displacer Glove, Zap Glove, Industrial Hand), mod metadata, and all associated textures and icons.
2025-12-28 02:42:19 -06:00
RickGrymes 4a93fcdd72 Initial commit 2025-12-28 02:04:21 -06:00