Skip to content

Commit

Permalink
Simplify scenario patch
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Huntsman committed Nov 21, 2023
1 parent bc6855e commit bc316be
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions Patches/K4G Rimworld War 2/Scenarios/Scenarios_Classic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,7 @@
<operations>

<li Class="PatchOperationAdd">
<xpath>Defs/ScenarioDef[defName="K4G_WW2NewAllies"]/scenario/parts</xpath>
<value>
<li Class="ScenPart_StartingThing_Defined">
<def>StartingThing_Defined</def>
<thingDef>Ammo_303British_FMJ</thingDef>
<count>150</count>
</li>
<li Class="ScenPart_StartingThing_Defined">
<def>StartingThing_Defined</def>
<thingDef>Ammo_44Magnum_FMJ</thingDef>
<count>60</count>
</li>
</value>
</li>

<li Class="PatchOperationAdd">
<xpath>Defs/ScenarioDef[defName="K4G_WW2NewAxis"]/scenario/parts</xpath>
<xpath>Defs/ScenarioDef[defName="K4G_WW2NewAllies" or defName="K4G_WW2NewAxis"]/scenario/parts</xpath>
<value>
<li Class="ScenPart_StartingThing_Defined">
<def>StartingThing_Defined</def>
Expand Down

0 comments on commit bc316be

Please sign in to comment.