Skip to content

Commit

Permalink
Housekeeping, add ammo back
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Huntsman committed Oct 29, 2023
1 parent 988d89e commit 2ed911d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Patches/Pulsefire Turret/PulsefireTurret_CombatExtendedPatch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<thingClass>CombatExtended.Building_TurretGunCE</thingClass>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[
defName = "PulsefireTurretGun" or
Expand Down Expand Up @@ -66,6 +67,11 @@
</targetParams>
<recoilPattern>Mounted</recoilPattern>
</Properties>
<AmmoUser>
<magazineSize>40</magazineSize>
<reloadTime>5.9</reloadTime>
<ammoSet>AmmoSet_12x72mmCharged</ammoSet>
</AmmoUser>
<FireModes>
<aiUseBurstMode>FALSE</aiUseBurstMode>
<aiAimMode>AimedShot</aiAimMode>
Expand Down Expand Up @@ -96,6 +102,11 @@
</targetParams>
<recoilPattern>Mounted</recoilPattern>
</Properties>
<AmmoUser>
<magazineSize>80</magazineSize>
<reloadTime>5.9</reloadTime>
<ammoSet>AmmoSet_12x72mmCharged</ammoSet>
</AmmoUser>
<FireModes>
<aiUseBurstMode>FALSE</aiUseBurstMode>
<aiAimMode>AimedShot</aiAimMode>
Expand Down

0 comments on commit 2ed911d

Please sign in to comment.