Commit Graph
10 Commits
Author SHA1 Message Date
RickGrymes 8882a4fb27 Assign custom weapon sound effects
Replace shared placeholder firing sounds with weapon-specific audio defs for flamer, gauss, plasma defender, and pulse weapons. This aligns each weapon with its intended shot or interaction sound for more consistent feedback in-game.
2026-07-15 23:22:33 -05:00
RickGrymes 7bb7385323 Remove recipe/cost/WorkToMake from weapons
Strip in-def manufacturing metadata from multiple weapon definitions: remove <WorkToMake>, <recipeMaker> and <costList> blocks across Flame, Gauss, Laser, Plasma and Pulse weapon defs (making them no longer carry crafting/cost entries). Clean up related formatting/element placement (thingSetMakerTags/statBases/weaponTags). Additionally, adjust the high-end Plasma rifle: mark it smeltable and replace its old recipe block with a full recipe configuration (workSpeedStat, workSkill, effectWorking, soundWorking, recipeUsers, unfinishedThingDef), change the research prerequisite and raise the Crafting requirement. Minor stat/format fixes (MarketValue/Mass alignment) included.
2026-05-17 12:42:20 -05:00
RickGrymes 2ea090d8e2 Add weapon backpack comps and textures
Add CompProperties_WeaponBackpack to flame and laser weapon defs (backpackTexPath, scale, drawBackOnlyWhenDrafted and offsets) so weapons display backpacks on pawns. Also add new backpack textures for Flamer_Fuel_Tank and Gatling_Laser_Backpack (north/south/east and base sprites) to Common/Textures/Things/Pawn/Backpacks.
2026-03-01 15:18:13 -06:00
RickGrymes 23e3aee441 Add WorkToMake to flame weapon defs
Define crafting work for flame weapons by adding <WorkToMake> values to two weapon definitions in 1.6/Defs/WeaponDefs/WeaponDefs_Flame.xml. Sets WorkToMake to 50000 for the MarketValue 980 variant and 55000 for the MarketValue 1200 variant so crafting time/effort is explicitly specified.
2026-02-24 00:52:24 -06:00
Alvalor 23a9151758 FCP Weapon Base Def 2026-02-17 19:04:31 +01:00
RickGrymes 78c55f275f Add and adjust MarketValue for weapon definitions
Introduced or updated the <MarketValue> stat for various weapons in Flame, Gauss, Laser, Plasma, and Pulse weapon definition XML files. This standardizes and balances the market values for these weapons.
2026-01-11 23:11:35 -06:00
RickGrymes 400daf2833 Fix XML formatting and encoding in weapon def files
Corrected XML encoding declarations and ensured proper closing tags and newlines in multiple weapon and damage definition files. This improves XML validity and consistency across the project.
2026-01-10 14:13:04 -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 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