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.
This commit is contained in:
RickGrymes
2025-12-24 14:25:42 -06:00
parent 41527fd6d3
commit 4f1cce7b30
4 changed files with 21 additions and 3 deletions
+15
View File
@@ -829,10 +829,25 @@
<AccuracyLong>0.40</AccuracyLong>
<RangedWeapon_Cooldown>2.2</RangedWeapon_Cooldown>
</statBases>
<costList>
<Steel>80</Steel>
<ComponentIndustrial>15</ComponentIndustrial>
<ComponentSpacer>8</ComponentSpacer>
<Plasteel>40</Plasteel>
<Gold>15</Gold>
</costList>
<recipeMaker>
<researchPrerequisite>FCP_Research_Plasma_Weapons_Manufacturing</researchPrerequisite>
<skillRequirements>
<Crafting>11</Crafting>
</skillRequirements>
</recipeMaker>
<smeltProducts>
<Steel>40</Steel>
<ComponentIndustrial>7</ComponentIndustrial>
<ComponentSpacer>4</ComponentSpacer>
<Plasteel>20</Plasteel>
</smeltProducts>
<weaponTags>
<li>FCP_Heavy_Energy_Weapon</li>
<li>FCP_Energy_Weapon</li>