Commit Graph
10 Commits
Author SHA1 Message Date
RickGrymes 2c7102951e Balance energy and gauss weapons, add gauss projectile
Adjusted damage and armor penetration values for energy weapon projectiles to improve balance. Added a new 2mm EC Gauss bullet definition and updated all Gauss weapons to use this new projectile. Removed defaultArmorPenetration from energy damage defs. Tweaked plasma weapon draw offsets and removed an unused equipped angle offset.
2026-01-03 01:10:55 -06:00
RickGrymes ea21d3b4ea Make unique energy weapons indestructible and non-flammable
Added <useHitPoints>false</useHitPoints>, <DeteriorationRate>0</DeteriorationRate>, and <Flammability>0</Flammability> to unique energy weapons in Flame, Gauss, Laser, and Plasma weapon XMLs to prevent them from deteriorating or being destroyed by fire. Also added a missing <MarketValue> to the Laser Pistol. This improves the durability and reliability of rare and prototype energy weapons.
2025-12-28 01:50:12 -06:00
RickGrymes 4f1cce7b30 Update weapon defs and add PublishedFileId
Changed soundCast for flame weapons to 'Explosion_Flame'. Added costList and smeltProducts to a plasma weapon. Added Ignore_ForcedMissRadius mod extension to pulse weapons. Added PublishedFileId.txt for mod publishing.
2025-12-24 14:25:42 -06:00
Ranger Rick 41527fd6d3 Remove duplicate ThingDef and comps from plasma weapon XML
Deleted a redundant ThingDef entry and associated comps and modExtensions from WeaponDefs_Plasma.xml to clean up the XML structure and prevent potential conflicts.
2025-12-23 15:51:55 -06:00
Ranger Rick 3e71b7e76b Add pulse weapon defs and update plasma machine gun
Introduces YK32 Pulse Pistol and YK42B Pulse Rifle in WeaponDefs_Pulse.xml, both with recipes, stats, and effects. Updates Plasma Machine Gun in WeaponDefs_Plasma.xml to be craftable, adjusts parent class, adds crafting requirements, changes rarity, and modifies mod extensions for consistency.
2025-12-23 12:44:14 -06:00
Ranger Rick ce9f25f69c Rename Sprtel-Wood 9700 defName for uniqueness
Changed the defName of the Sprtel-Wood 9700 laser pistol to FCP_Gun_Sprtel_Wood_9700_Unique to avoid potential conflicts and ensure uniqueness in weapon definitions.
2025-12-23 12:40:17 -06:00
Ranger Rick a422730ec4 Update plasma weapon defNames and labels
Renamed defNames for Glock 86 Plasma Pistol, P-94 Plasma Rifle, and Plasma Machine Gun to be more descriptive and consistent. Updated the label for the Plasma Machine Gun to match its defName.
2025-12-23 12:20:56 -06:00
Ranger Rick a48ad18c6e Add flame, gauss, and laser weapon XML definitions
Introduced new XML definition files for flame, gauss, and laser energy weapons, including standard and unique variants. Also renamed WeaponDefs_Energy.xml to WeaponDefs_Plasma.xml to better reflect its contents.
2025-12-23 12:05:22 -06:00
noddistVitaeandGitHub eb951f646e Update WeaponDefs_Energy.xml 2025-07-26 14:09:32 -03:00
Ranger Rick 5875413919 1.6 2025-07-25 10:54:51 -05:00