Skip to content

Commit

Permalink
Merge pull request #2848 from Theblessedwant/Development
Browse files Browse the repository at this point in the history
Pulsefire patch cleanup
  • Loading branch information
N7Huntsman authored Oct 29, 2023
2 parents 74e866b + 459a9d1 commit 3be2876
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions Patches/Pulsefire Turret/PulsefireTurret_CombatExtendedPatch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[
defName = "PulsefireTurretGun" or
defName = "PulsefireTwinCannon"
]/fillPercent </xpath>
<value>
<fillPercent>0.85</fillPercent>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName = "PulsefireTurretGun" or defName = "PulsefireTwinCannon"]/statBases/ShootingAccuracyTurret</xpath>
<value>
Expand Down Expand Up @@ -140,7 +150,7 @@
</AmmoUser>
<FireModes>
<aiUseBurstMode>FALSE</aiUseBurstMode>
<aiAimMode>SuppressFire</aiAimMode>
<aiAimMode>AimedShot</aiAimMode>
<noSnapshot>true</noSnapshot>
<noSingleShot>true</noSingleShot>
</FireModes>
Expand Down Expand Up @@ -181,7 +191,7 @@
</AmmoUser>
<FireModes>
<aiUseBurstMode>FALSE</aiUseBurstMode>
<aiAimMode>SuppressFire</aiAimMode>
<aiAimMode>AimedShot</aiAimMode>
<noSnapshot>true</noSnapshot>
<noSingleShot>true</noSingleShot>
</FireModes>
Expand All @@ -193,4 +203,4 @@
</operations>
</match>
</Operation>
</Patch>
</Patch>

0 comments on commit 3be2876

Please sign in to comment.