Files
FCP-Energy-Weapons/1.6/Defs/WeaponDefs/WeaponDefs_Plasma.xml
T

892 lines
34 KiB
XML
Raw Normal View History

2025-07-25 10:54:51 -05:00
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<!--__________ Energy Weapons __________-->
<!--_____ FCP Plasma Weapons _____-->
<!-- Plasma Pistol -->
<ThingDef ParentName="BaseHumanMakeableGun">
<defName>FCP_Gun_Plasma_Pistol</defName>
<label>Plasma Pistol</label>
<description>A downscaled version of the plasma rifle. The plasma pistol has five tributary
energy arcs connected to a central cathode, and the cathode functions as a point of
focus, or the barrel. The energy is projected forward and forms a plasma pinch; though
rather slow, the pinch carries high levels of both thermal and kinetic energy,
inflicting massive damage.</description>
<techLevel>Industrial</techLevel>
<graphicData>
<texPath>Things/Weapons/Plasma/FCP_Plasma_Pistol</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<soundInteract>FCP_Sound_Interact_Plasma_Pistol</soundInteract>
<statBases>
<WorkToMake>50000</WorkToMake>
<Mass>3.6</Mass>
<AccuracyTouch>0.80</AccuracyTouch>
<AccuracyShort>0.75</AccuracyShort>
<AccuracyMedium>0.55</AccuracyMedium>
<AccuracyLong>0.45</AccuracyLong>
<RangedWeapon_Cooldown>1.4</RangedWeapon_Cooldown>
</statBases>
<recipeMaker>
<researchPrerequisite>FCP_Research_Plasma_Weapons_Manufacturing</researchPrerequisite>
<skillRequirements>
<Crafting>7</Crafting>
</skillRequirements>
<recipeUsers Inherit="False">
<li>FCP_Production_Fabrication_Workbench</li>
</recipeUsers>
</recipeMaker>
<costList>
<Plasteel>25</Plasteel>
<ComponentSpacer>2</ComponentSpacer>
</costList>
<thingSetMakerTags>
<li>RewardStandardLowFreq</li>
<li>RewardStandardQualitySuper</li>
</thingSetMakerTags>
<weaponTags>
<li>FCP_Energy_Weapon</li>
<li>FCP_Plasma_Weapon</li>
</weaponTags>
<weaponClasses>
<li>RangedLight</li>
</weaponClasses>
<verbs>
<li>
<verbClass>Verb_Shoot</verbClass>
<hasStandardCommand>true</hasStandardCommand>
<defaultProjectile>FCP_Bullet_Plasma</defaultProjectile>
<warmupTime>1.0</warmupTime>
<range>18.9</range>
<soundCast>FCP_Sound_Shot_Plasma_Pistol</soundCast>
<soundCastTail>GunTail_Medium</soundCastTail>
<muzzleFlashScale>9</muzzleFlashScale>
</li>
</verbs>
<tools>
<li>
<label>stock</label>
<capacities>
<li>Blunt</li>
</capacities>
<power>9</power>
<cooldownTime>2</cooldownTime>
</li>
<li>
<label>barrel</label>
<capacities>
<li>Blunt</li>
<li>Poke</li>
</capacities>
<power>9</power>
<cooldownTime>2</cooldownTime>
</li>
</tools>
<comps>
<li Class="FCP.Core.CompProperties_LabelColored">
<rarity>Rare</rarity>
</li>
</comps>
2025-07-25 10:54:51 -05:00
<modExtensions>
<li Class="FalloutCore.DeathEffectModExtension">
<effectChance>0.30</effectChance>
</li>
</modExtensions>
</ThingDef>
<!-- Plasma Rifle -->
<ThingDef ParentName="BaseHumanMakeableGun">
<defName>FCP_Gun_Plasma_Rifle</defName>
<label>Plasma Rifle</label>
<description>The plasma rifle is a powerful energy weapon that fires superheated bolts of plasma. Favored by advanced factions, it delivers devastating damage and is effective against both armored and unarmored targets, though its projectiles travel slower than lasers.</description>
<techLevel>Industrial</techLevel>
<graphicData>
<texPath>Things/Weapons/Plasma/FCP_Plasma_Rifle</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<soundInteract>FCP_Sound_Interact_Plasma_Rifle</soundInteract>
<statBases>
<WorkToMake>70000</WorkToMake>
<Mass>4.2</Mass>
<AccuracyTouch>0.85</AccuracyTouch>
<AccuracyShort>0.80</AccuracyShort>
<AccuracyMedium>0.70</AccuracyMedium>
<AccuracyLong>0.60</AccuracyLong>
<RangedWeapon_Cooldown>1.5</RangedWeapon_Cooldown>
</statBases>
<recipeMaker>
<researchPrerequisite>FCP_Research_Plasma_Weapons_Manufacturing</researchPrerequisite>
<skillRequirements>
<Crafting>8</Crafting>
</skillRequirements>
<recipeUsers Inherit="False">
<li>FCP_Production_Fabrication_Workbench</li>
</recipeUsers>
</recipeMaker>
<costList>
<Plasteel>35</Plasteel>
<ComponentSpacer>3</ComponentSpacer>
</costList>
<thingSetMakerTags>
<li>RewardStandardLowFreq</li>
<li>RewardStandardQualitySuper</li>
</thingSetMakerTags>
<weaponTags>
<li>FCP_Energy_Weapon</li>
<li>FCP_Plasma_Weapon</li>
</weaponTags>
<weaponClasses>
<li>RangedLight</li>
</weaponClasses>
<verbs>
<li>
<verbClass>Verb_Shoot</verbClass>
<hasStandardCommand>true</hasStandardCommand>
<defaultProjectile>FCP_Bullet_Plasma</defaultProjectile>
<warmupTime>1.0</warmupTime>
<range>25.9</range>
<soundCast>FCP_Sound_Shot_Plasma_Rifle</soundCast>
<soundCastTail>GunTail_Medium</soundCastTail>
<muzzleFlashScale>9</muzzleFlashScale>
</li>
</verbs>
<tools>
<li>
<label>stock</label>
<capacities>
<li>Blunt</li>
</capacities>
<power>9</power>
<cooldownTime>2</cooldownTime>
</li>
<li>
<label>barrel</label>
<capacities>
<li>Blunt</li>
<li>Poke</li>
</capacities>
<power>9</power>
<cooldownTime>2</cooldownTime>
</li>
</tools>
<comps>
<li Class="FCP.Core.CompProperties_LabelColored">
<rarity>Rare</rarity>
</li>
</comps>
2025-07-25 10:54:51 -05:00
<modExtensions>
<li Class="FalloutCore.DeathEffectModExtension">
<effectChance>0.30</effectChance>
</li>
</modExtensions>
</ThingDef>
<!-- Multiplas Rifle -->
<ThingDef ParentName="BaseHumanMakeableGun">
<defName>FCP_Gun_Multiplas_Rifle</defName>
<label>Multiplas Rifle</label>
<description>The Multiplas Rifle is a heavily modified plasma weapon that fires three plasma projectiles in a spread with each shot. While devastating at close range, its accuracy drops off quickly at distance, making it best suited for short- to mid-range combat.</description>
<techLevel>Industrial</techLevel>
<graphicData>
<texPath>Things/Weapons/Plasma/FCP_Multiplas_Rifle</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<soundInteract>FCP_Sound_Interact_Multiplas_Rifle</soundInteract>
<statBases>
<WorkToMake>85000</WorkToMake>
<Mass>4.5</Mass>
<AccuracyTouch>0.80</AccuracyTouch>
<AccuracyShort>0.65</AccuracyShort>
<AccuracyMedium>0.35</AccuracyMedium>
<AccuracyLong>0.10</AccuracyLong>
<RangedWeapon_Cooldown>1.7</RangedWeapon_Cooldown>
</statBases>
<recipeMaker>
<researchPrerequisite>FCP_Research_Plasma_Weapons_Manufacturing</researchPrerequisite>
<skillRequirements>
<Crafting>9</Crafting>
</skillRequirements>
<recipeUsers Inherit="False">
<li>FCP_Production_Fabrication_Workbench</li>
</recipeUsers>
</recipeMaker>
<costList>
<Plasteel>40</Plasteel>
<ComponentSpacer>4</ComponentSpacer>
</costList>
<thingSetMakerTags>
<li>RewardStandardLowFreq</li>
<li>RewardStandardQualitySuper</li>
</thingSetMakerTags>
<weaponTags>
<li>FCP_Energy_Weapon</li>
<li>FCP_Plasma_Weapon</li>
</weaponTags>
<weaponClasses>
<li>RangedLight</li>
</weaponClasses>
<verbs>
<li>
<verbClass>Verb_Shoot</verbClass>
<hasStandardCommand>true</hasStandardCommand>
<defaultProjectile>FCP_Bullet_Plasma</defaultProjectile>
<warmupTime>1.1</warmupTime>
<range>21.9</range>
<ticksBetweenBurstShots>4</ticksBetweenBurstShots>
<burstShotCount>3</burstShotCount>
<soundCast>FCP_Sound_Shot_Multiplas_Rifle</soundCast>
<soundCastTail>GunTail_Medium</soundCastTail>
<muzzleFlashScale>9</muzzleFlashScale>
</li>
</verbs>
<tools>
<li>
<label>stock</label>
<capacities>
<li>Blunt</li>
</capacities>
<power>9</power>
<cooldownTime>2</cooldownTime>
</li>
<li>
<label>barrel</label>
<capacities>
<li>Blunt</li>
<li>Poke</li>
</capacities>
<power>9</power>
<cooldownTime>2</cooldownTime>
</li>
</tools>
<comps>
<li Class="FCP.Core.CompProperties_LabelColored">
<rarity>Rare</rarity>
</li>
</comps>
2025-07-25 10:54:51 -05:00
<modExtensions>
<li Class="FalloutCore.DeathEffectModExtension">
<effectChance>0.35</effectChance>
</li>
</modExtensions>
</ThingDef>
<!-- Plasma Caster -->
<ThingDef ParentName="BaseHumanMakeableGun">
<defName>FCP_Gun_Plasma_Caster</defName>
<label>Plasma Caster</label>
<description>The plasma caster functions very similar to its rifle-based counterpart.
It was first developed as an industrial tool but was soon after downscaled
and adapted as a weapon, it’s still very heavy though. Compared to the plasma
rifle, it fires both faster and harder-hitting, but is significantly less accurate.</description>
<techLevel>Industrial</techLevel>
<graphicData>
<texPath>Things/Weapons/Plasma/FCP_Plasma_Caster_mkII</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<equippedAngleOffset>45</equippedAngleOffset>
<soundInteract>FCP_Sound_Interact_Plasma_Rifle</soundInteract>
<statBases>
<WorkToMake>90000</WorkToMake>
<Mass>3.6</Mass>
<AccuracyTouch>0.70</AccuracyTouch>
<AccuracyShort>0.80</AccuracyShort>
<AccuracyMedium>0.65</AccuracyMedium>
<AccuracyLong>0.60</AccuracyLong>
<RangedWeapon_Cooldown>1.9</RangedWeapon_Cooldown>
</statBases>
<recipeMaker>
<researchPrerequisite>FCP_Research_Plasma_Weapons_Manufacturing</researchPrerequisite>
<skillRequirements>
<Crafting>9</Crafting>
</skillRequirements>
<recipeUsers Inherit="False">
<li>FCP_Production_Fabrication_Workbench</li>
</recipeUsers>
</recipeMaker>
<costList>
<Plasteel>45</Plasteel>
<ComponentSpacer>3</ComponentSpacer>
</costList>
<thingSetMakerTags>
<li>RewardStandardLowFreq</li>
<li>RewardStandardQualitySuper</li>
</thingSetMakerTags>
<weaponTags>
<li>FCP_Heavy_Energy_Weapon</li>
<li>FCP_Energy_Weapon</li>
<li>FCP_Heavy_Plasma_Weapon</li>
<li>FCP_Plasma_Weapon</li>
</weaponTags>
<weaponClasses>
<li>RangedLight</li>
</weaponClasses>
<verbs>
<li>
<verbClass>Verb_Shoot</verbClass>
<hasStandardCommand>true</hasStandardCommand>
<defaultProjectile>FCP_Bullet_Plasma</defaultProjectile>
<warmupTime>1.50</warmupTime>
<range>35.9</range>
<ticksBetweenBurstShots>10</ticksBetweenBurstShots>
<burstShotCount>4</burstShotCount>
<soundCast>FCP_Sound_Shot_Plasma_Caster</soundCast>
<soundCastTail>GunTail_Medium</soundCastTail>
<muzzleFlashScale>9</muzzleFlashScale>
</li>
</verbs>
<tools>
<li>
<label>stock</label>
<capacities>
<li>Blunt</li>
</capacities>
<power>9</power>
<cooldownTime>2</cooldownTime>
</li>
<li>
<label>barrel</label>
<capacities>
<li>Blunt</li>
<li>Poke</li>
</capacities>
<power>9</power>
<cooldownTime>2</cooldownTime>
</li>
</tools>
<comps>
<li Class="FCP.Core.CompProperties_LabelColored">
<rarity>Rare</rarity>
</li>
</comps>
2025-07-25 10:54:51 -05:00
<modExtensions>
<li Class="FalloutCore.DeathEffectModExtension">
<effectChance>0.65</effectChance>
</li>
</modExtensions>
</ThingDef>
<!-- Plasma Defender -->
<ThingDef ParentName="BaseHumanMakeableGun">
<defName>FCP_Gun_Plasma_Defender</defName>
<label>Plasma Defender</label>
<description>A compact, refined plasma pistol designed for reliability and ease of maintenance. The Plasma Defender features improved magnetic bottle containment and more efficient energy conversion than standard plasma pistols, making it a favored sidearm among wastelanders who can maintain it.</description>
<techLevel>Industrial</techLevel>
<graphicData>
<texPath>Things/Weapons/Plasma/FCP_Plasma_Defender</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<soundInteract>FCP_Sound_Interact_Plasma_Pistol</soundInteract>
<statBases>
<WorkToMake>55000</WorkToMake>
<Mass>3.2</Mass>
<AccuracyTouch>0.85</AccuracyTouch>
<AccuracyShort>0.78</AccuracyShort>
<AccuracyMedium>0.60</AccuracyMedium>
<AccuracyLong>0.48</AccuracyLong>
<RangedWeapon_Cooldown>1.3</RangedWeapon_Cooldown>
</statBases>
<recipeMaker>
<researchPrerequisite>FCP_Research_Plasma_Weapons_Manufacturing</researchPrerequisite>
<skillRequirements>
<Crafting>8</Crafting>
</skillRequirements>
<recipeUsers Inherit="False">
<li>FCP_Production_Fabrication_Workbench</li>
</recipeUsers>
</recipeMaker>
<costList>
<Plasteel>28</Plasteel>
<ComponentSpacer>3</ComponentSpacer>
</costList>
<thingSetMakerTags>
<li>RewardStandardLowFreq</li>
<li>RewardStandardQualitySuper</li>
</thingSetMakerTags>
<weaponTags>
<li>FCP_Energy_Weapon</li>
<li>FCP_Plasma_Weapon</li>
</weaponTags>
<weaponClasses>
<li>RangedLight</li>
</weaponClasses>
<verbs>
<li>
<verbClass>Verb_Shoot</verbClass>
<hasStandardCommand>true</hasStandardCommand>
<defaultProjectile>FCP_Bullet_Plasma</defaultProjectile>
<warmupTime>0.95</warmupTime>
<range>20.9</range>
<soundCast>FCP_Sound_Shot_Plasma_Pistol</soundCast>
<soundCastTail>GunTail_Medium</soundCastTail>
<muzzleFlashScale>9</muzzleFlashScale>
</li>
</verbs>
<tools>
<li>
<label>grip</label>
<capacities>
<li>Blunt</li>
</capacities>
<power>9</power>
<cooldownTime>2</cooldownTime>
</li>
<li>
<label>barrel</label>
<capacities>
<li>Blunt</li>
<li>Poke</li>
</capacities>
<power>9</power>
<cooldownTime>2</cooldownTime>
</li>
</tools>
<comps>
<li Class="FCP.Core.CompProperties_LabelColored">
<rarity>Rare</rarity>
</li>
</comps>
<modExtensions>
<li Class="FalloutCore.DeathEffectModExtension">
<effectChance>0.30</effectChance>
</li>
</modExtensions>
</ThingDef>
<!-- Plasma Caster Mk I -->
<ThingDef ParentName="BaseHumanMakeableGun">
<defName>FCP_Gun_Plasma_Caster_MkI</defName>
<label>Plasma Caster Mk I</label>
<description>An earlier prototype of the Plasma Caster series. While lacking the refinement of later models, the Mk I is still a formidable heavy plasma weapon capable of delivering sustained plasma bombardment. Its crude magnetic confinement system makes it slightly less accurate but no less devastating.</description>
<techLevel>Industrial</techLevel>
<graphicData>
<texPath>Things/Weapons/Plasma/FCP_Plasma_Caster_mkI</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<equippedAngleOffset>45</equippedAngleOffset>
<soundInteract>FCP_Sound_Interact_Plasma_Rifle</soundInteract>
<statBases>
<WorkToMake>80000</WorkToMake>
<Mass>4.8</Mass>
<AccuracyTouch>0.65</AccuracyTouch>
<AccuracyShort>0.75</AccuracyShort>
<AccuracyMedium>0.60</AccuracyMedium>
<AccuracyLong>0.55</AccuracyLong>
<RangedWeapon_Cooldown>2.0</RangedWeapon_Cooldown>
</statBases>
<recipeMaker>
<researchPrerequisite>FCP_Research_Plasma_Weapons_Manufacturing</researchPrerequisite>
<skillRequirements>
<Crafting>8</Crafting>
</skillRequirements>
<recipeUsers Inherit="False">
<li>FCP_Production_Fabrication_Workbench</li>
</recipeUsers>
</recipeMaker>
<costList>
<Plasteel>40</Plasteel>
<ComponentSpacer>3</ComponentSpacer>
</costList>
<thingSetMakerTags>
<li>RewardStandardLowFreq</li>
<li>RewardStandardQualitySuper</li>
</thingSetMakerTags>
<weaponTags>
<li>FCP_Heavy_Energy_Weapon</li>
<li>FCP_Energy_Weapon</li>
<li>FCP_Heavy_Plasma_Weapon</li>
<li>FCP_Plasma_Weapon</li>
</weaponTags>
<weaponClasses>
<li>RangedLight</li>
</weaponClasses>
<verbs>
<li>
<verbClass>Verb_Shoot</verbClass>
<hasStandardCommand>true</hasStandardCommand>
<defaultProjectile>FCP_Bullet_Plasma</defaultProjectile>
<warmupTime>1.6</warmupTime>
<range>33.9</range>
<ticksBetweenBurstShots>11</ticksBetweenBurstShots>
<burstShotCount>4</burstShotCount>
<soundCast>FCP_Sound_Shot_Plasma_Caster</soundCast>
<soundCastTail>GunTail_Medium</soundCastTail>
<muzzleFlashScale>9</muzzleFlashScale>
</li>
</verbs>
<tools>
<li>
<label>stock</label>
<capacities>
<li>Blunt</li>
</capacities>
<power>9</power>
<cooldownTime>2</cooldownTime>
</li>
<li>
<label>barrel</label>
<capacities>
<li>Blunt</li>
<li>Poke</li>
</capacities>
<power>9</power>
<cooldownTime>2</cooldownTime>
</li>
</tools>
<comps>
<li Class="FCP.Core.CompProperties_LabelColored">
<rarity>Rare</rarity>
</li>
</comps>
<modExtensions>
<li Class="FalloutCore.DeathEffectModExtension">
<effectChance>0.60</effectChance>
</li>
</modExtensions>
</ThingDef>
<!--_____ Unique Plasma Weapons _____-->
<!-- Glock 86 Plasma Pistol -->
<ThingDef ParentName="BaseHumanMakeableGun">
<defName>FCP_Gun_Glock_86</defName>
<label>Glock 86 Plasma Pistol</label>
<description>A pre-War German-designed plasma pistol that represents the pinnacle of compact energy weapon engineering. The Glock 86 features revolutionary magnetic field stabilization that dramatically improves accuracy and reduces cooldown time compared to standard plasma pistols. This exceptionally rare weapon was never mass-produced.</description>
<techLevel>Spacer</techLevel>
<graphicData>
<texPath>Things/Weapons/Plasma/FCP_Glock_86</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<soundInteract>FCP_Sound_Interact_Plasma_Pistol</soundInteract>
<statBases>
<WorkToMake>65000</WorkToMake>
<Mass>3.0</Mass>
<AccuracyTouch>0.90</AccuracyTouch>
<AccuracyShort>0.85</AccuracyShort>
<AccuracyMedium>0.70</AccuracyMedium>
<AccuracyLong>0.58</AccuracyLong>
<RangedWeapon_Cooldown>1.1</RangedWeapon_Cooldown>
</statBases>
<recipeMaker>
<researchPrerequisite>FCP_Research_Plasma_Weapons_Manufacturing</researchPrerequisite>
<skillRequirements>
<Crafting>9</Crafting>
</skillRequirements>
<recipeUsers Inherit="False">
<li>FCP_Production_Fabrication_Workbench</li>
</recipeUsers>
</recipeMaker>
<costList>
<Plasteel>32</Plasteel>
<ComponentSpacer>4</ComponentSpacer>
</costList>
<thingSetMakerTags>
<li>RewardStandardLowFreq</li>
<li>RewardStandardQualitySuper</li>
</thingSetMakerTags>
<weaponTags>
<li>FCP_Energy_Weapon</li>
<li>FCP_Plasma_Weapon</li>
</weaponTags>
<weaponClasses>
<li>RangedLight</li>
</weaponClasses>
<verbs>
<li>
<verbClass>Verb_Shoot</verbClass>
<hasStandardCommand>true</hasStandardCommand>
<defaultProjectile>FCP_Bullet_Plasma</defaultProjectile>
<warmupTime>0.85</warmupTime>
<range>22.9</range>
<soundCast>FCP_Sound_Shot_Plasma_Pistol</soundCast>
<soundCastTail>GunTail_Medium</soundCastTail>
<muzzleFlashScale>9</muzzleFlashScale>
</li>
</verbs>
<tools>
<li>
<label>grip</label>
<capacities>
<li>Blunt</li>
</capacities>
<power>9</power>
<cooldownTime>2</cooldownTime>
</li>
<li>
<label>barrel</label>
<capacities>
<li>Blunt</li>
<li>Poke</li>
</capacities>
<power>9</power>
<cooldownTime>2</cooldownTime>
</li>
</tools>
<comps>
<li Class="FCP.Core.CompProperties_LabelColored">
<rarity>Rare</rarity>
</li>
</comps>
<modExtensions>
<li Class="FalloutCore.DeathEffectModExtension">
<effectChance>0.35</effectChance>
</li>
</modExtensions>
</ThingDef>
<!-- P-94 Plasma Rifle -->
<ThingDef ParentName="BaseHumanMakeableGun">
<defName>FCP_Gun_P_94</defName>
<label>P-94 Plasma Rifle</label>
<description>An experimental plasma rifle prototype featuring an enhanced magnetic field generator and advanced plasma containment system. The P-94 fires more powerful plasma bolts with greater stability than standard plasma rifles. This unique weapon never progressed beyond field testing due to its complex maintenance requirements.</description>
<techLevel>Spacer</techLevel>
<graphicData>
<texPath>Things/Weapons/Plasma/FCP_P_94</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<soundInteract>FCP_Sound_Interact_Plasma_Rifle</soundInteract>
<statBases>
<WorkToMake>80000</WorkToMake>
<Mass>4.0</Mass>
<AccuracyTouch>0.88</AccuracyTouch>
<AccuracyShort>0.85</AccuracyShort>
<AccuracyMedium>0.75</AccuracyMedium>
<AccuracyLong>0.65</AccuracyLong>
<RangedWeapon_Cooldown>1.4</RangedWeapon_Cooldown>
</statBases>
<recipeMaker>
<researchPrerequisite>FCP_Research_Plasma_Weapons_Manufacturing</researchPrerequisite>
<skillRequirements>
<Crafting>10</Crafting>
</skillRequirements>
<recipeUsers Inherit="False">
<li>FCP_Production_Fabrication_Workbench</li>
</recipeUsers>
</recipeMaker>
<costList>
<Plasteel>42</Plasteel>
<ComponentSpacer>4</ComponentSpacer>
</costList>
<thingSetMakerTags>
<li>RewardStandardLowFreq</li>
<li>RewardStandardQualitySuper</li>
</thingSetMakerTags>
<weaponTags>
<li>FCP_Energy_Weapon</li>
<li>FCP_Plasma_Weapon</li>
</weaponTags>
<weaponClasses>
<li>RangedLight</li>
</weaponClasses>
<verbs>
<li>
<verbClass>Verb_Shoot</verbClass>
<hasStandardCommand>true</hasStandardCommand>
<defaultProjectile>FCP_Bullet_Plasma</defaultProjectile>
<warmupTime>0.95</warmupTime>
<range>28.9</range>
<soundCast>FCP_Sound_Shot_Plasma_Rifle</soundCast>
<soundCastTail>GunTail_Medium</soundCastTail>
<muzzleFlashScale>9</muzzleFlashScale>
</li>
</verbs>
<tools>
<li>
<label>stock</label>
<capacities>
<li>Blunt</li>
</capacities>
<power>9</power>
<cooldownTime>2</cooldownTime>
</li>
<li>
<label>barrel</label>
<capacities>
<li>Blunt</li>
<li>Poke</li>
</capacities>
<power>9</power>
<cooldownTime>2</cooldownTime>
</li>
</tools>
<comps>
<li Class="FCP.Core.CompProperties_LabelColored">
<rarity>Rare</rarity>
</li>
</comps>
<modExtensions>
<li Class="FalloutCore.DeathEffectModExtension">
<effectChance>0.35</effectChance>
</li>
</modExtensions>
</ThingDef>
<!-- Q-35 Matter Modulator (Unique) -->
<ThingDef ParentName="BaseGun">
<defName>FCP_Gun_Q35_Matter_Modulator</defName>
<label>Q-35 Matter Modulator</label>
<description>An incredibly rare prototype plasma weapon developed by REPCONN Aerospace before the Great War. The Q-35 uses experimental matter-energy conversion technology to create exceptionally powerful plasma projectiles with reduced energy consumption. Its distinctive crystalline energy chamber and superior performance make it one of the most sought-after energy weapons in the wasteland.</description>
<techLevel>Spacer</techLevel>
<graphicData>
<texPath>Things/Weapons/Plasma/FCP_Q35_Matter_Modulator</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<soundInteract>FCP_Sound_Interact_Plasma_Rifle</soundInteract>
<statBases>
<Mass>3.8</Mass>
<AccuracyTouch>0.92</AccuracyTouch>
<AccuracyShort>0.88</AccuracyShort>
<AccuracyMedium>0.80</AccuracyMedium>
<AccuracyLong>0.70</AccuracyLong>
<RangedWeapon_Cooldown>1.3</RangedWeapon_Cooldown>
</statBases>
<smeltable>false</smeltable>
<thingSetMakerTags>
<li>RewardStandardLowFreq</li>
<li>RewardStandardQualitySuper</li>
</thingSetMakerTags>
<weaponTags>
<li>FCP_Energy_Weapon</li>
<li>FCP_Plasma_Weapon</li>
<li>FCP_Unique_Weapon</li>
</weaponTags>
<weaponClasses>
<li>RangedLight</li>
</weaponClasses>
<verbs>
<li>
<verbClass>Verb_Shoot</verbClass>
<hasStandardCommand>true</hasStandardCommand>
<defaultProjectile>FCP_Bullet_Plasma</defaultProjectile>
<warmupTime>0.90</warmupTime>
<range>29.9</range>
<soundCast>FCP_Sound_Shot_Plasma_Rifle</soundCast>
<soundCastTail>GunTail_Medium</soundCastTail>
<muzzleFlashScale>9</muzzleFlashScale>
</li>
</verbs>
<tools>
<li>
<label>stock</label>
<capacities>
<li>Blunt</li>
</capacities>
<power>9</power>
<cooldownTime>2</cooldownTime>
</li>
<li>
<label>barrel</label>
<capacities>
<li>Blunt</li>
<li>Poke</li>
</capacities>
<power>9</power>
<cooldownTime>2</cooldownTime>
</li>
</tools>
<comps>
<li Class="FCP.Core.CompProperties_LabelColored">
<rarity>Unique</rarity>
</li>
</comps>
<modExtensions>
<li Class="FCP.Core.UniqueThingExtension" />
<li Class="FalloutCore.DeathEffectModExtension">
<effectChance>0.40</effectChance>
</li>
</modExtensions>
</ThingDef>
<!-- PMG - Plasma Machine Gun (Unique) -->
<ThingDef ParentName="BaseGun">
<defName>FCP_Gun_PMG</defName>
<label>PMG</label>
<description>The Plasma Machine Gun (PMG) is an experimental automatic plasma weapon that combines the rapid-fire capability of conventional machine guns with the devastating power of plasma technology. Using a revolutionary multi-cathode cyclic firing system, it can sustain fully automatic plasma fire at the cost of significant weight and power consumption. This unique heavy weapon was abandoned before mass production due to its extreme complexity.</description>
<techLevel>Spacer</techLevel>
<graphicData>
<texPath>Things/Weapons/Plasma/FCP_PMG</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<equippedAngleOffset>45</equippedAngleOffset>
<soundInteract>FCP_Sound_Interact_Plasma_Rifle</soundInteract>
<statBases>
<Mass>6.5</Mass>
<AccuracyTouch>0.75</AccuracyTouch>
<AccuracyShort>0.70</AccuracyShort>
<AccuracyMedium>0.55</AccuracyMedium>
<AccuracyLong>0.40</AccuracyLong>
<RangedWeapon_Cooldown>2.2</RangedWeapon_Cooldown>
</statBases>
<smeltable>false</smeltable>
<thingSetMakerTags>
<li>RewardStandardLowFreq</li>
<li>RewardStandardQualitySuper</li>
</thingSetMakerTags>
<weaponTags>
<li>FCP_Heavy_Energy_Weapon</li>
<li>FCP_Energy_Weapon</li>
<li>FCP_Heavy_Plasma_Weapon</li>
<li>FCP_Plasma_Weapon</li>
<li>FCP_Unique_Weapon</li>
</weaponTags>
<weaponClasses>
<li>RangedHeavy</li>
</weaponClasses>
<verbs>
<li>
<verbClass>Verb_Shoot</verbClass>
<hasStandardCommand>true</hasStandardCommand>
<defaultProjectile>FCP_Bullet_Plasma</defaultProjectile>
<warmupTime>1.4</warmupTime>
<range>30.9</range>
<ticksBetweenBurstShots>8</ticksBetweenBurstShots>
<burstShotCount>10</burstShotCount>
<soundCast>FCP_Sound_Shot_Plasma_Caster</soundCast>
<soundCastTail>GunTail_Medium</soundCastTail>
<muzzleFlashScale>9</muzzleFlashScale>
</li>
</verbs>
<tools>
<li>
<label>stock</label>
<capacities>
<li>Blunt</li>
</capacities>
<power>9</power>
<cooldownTime>2</cooldownTime>
</li>
<li>
<label>barrel</label>
<capacities>
<li>Blunt</li>
<li>Poke</li>
</capacities>
<power>9</power>
<cooldownTime>2</cooldownTime>
</li>
</tools>
<comps>
<li Class="FCP.Core.CompProperties_LabelColored">
<rarity>Unique</rarity>
</li>
</comps>
<modExtensions>
<li Class="FCP.Core.UniqueThingExtension" />
<li Class="FalloutCore.DeathEffectModExtension">
<effectChance>0.70</effectChance>
</li>
</modExtensions>
</ThingDef>
</Defs>