Skip to content

Commit

Permalink
Patch Spriggan Scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralReaction committed Sep 22, 2023
1 parent 8c900d9 commit 281405b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions Patches/ESCP - Spriggans/ESCP_Spriggan_Scenario.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>

<Operation Class="PatchOperationFindMod">
<mods>
<li>Combat Extended</li>
</mods>

<match Class="PatchOperationSequence">
<operations>

<li Class="PatchOperationAdd">
<xpath>Defs/ScenarioDef[defName="ESCP_SprigganScenario"]/scenario/parts</xpath>
<value>
<li Class="ScenPart_StartingThing_Defined">
<def>StartingThing_Defined</def>
<thingDef>Ammo_Arrow_Stone</thingDef>
<count>100</count>
</li>
</value>
</li>

</operations>
</match>
</Operation>

</Patch>

0 comments on commit 281405b

Please sign in to comment.