Skip to content

Commit

Permalink
Merge pull request #3543 from CombatExtended-Continued/ArtilleryCasings
Browse files Browse the repository at this point in the history
Artillery shells don't use casings
  • Loading branch information
N7Huntsman authored Nov 11, 2024
2 parents 34a5cfe + 750f0bd commit a3a75a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 2 additions & 6 deletions Defs/Ammo/Shell/105mmHowitzer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,7 @@
<soundImpactAnticipate>MortarRound_PreImpact</soundImpactAnticipate>
<soundAmbient>MortarRound_Ambient</soundAmbient>
<flyOverhead>true</flyOverhead>
<dropsCasings>true</dropsCasings>
<casingMoteDefname>Fleck_BigShell</casingMoteDefname>
<casingFilthDefname>Filth_CannonAmmoCasings</casingFilthDefname>
<dropsCasings>false</dropsCasings>
<gravityFactor>5</gravityFactor>
<shellingProps>
<tilesPerTick>0.10</tilesPerTick>
Expand Down Expand Up @@ -303,9 +301,7 @@
<speed>147</speed>
<soundExplode>MortarBomb_Explode</soundExplode>
<flyOverhead>false</flyOverhead>
<dropsCasings>true</dropsCasings>
<casingMoteDefname>Fleck_BigShell</casingMoteDefname>
<casingFilthDefname>Filth_CannonAmmoCasings</casingFilthDefname>
<dropsCasings>false</dropsCasings>
</projectile>
</ThingDef>

Expand Down
4 changes: 1 addition & 3 deletions Defs/Ammo/Shell/155mmHowitzer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,7 @@
<soundImpactAnticipate>MortarRound_PreImpact</soundImpactAnticipate>
<soundAmbient>MortarRound_Ambient</soundAmbient>
<flyOverhead>true</flyOverhead>
<dropsCasings>true</dropsCasings>
<casingMoteDefname>Fleck_BigShell</casingMoteDefname>
<casingFilthDefname>Filth_CannonAmmoCasings</casingFilthDefname>
<dropsCasings>false</dropsCasings>
<gravityFactor>5</gravityFactor>
<shellingProps>
<tilesPerTick>0.12</tilesPerTick>
Expand Down

0 comments on commit a3a75a3

Please sign in to comment.