Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions LoadFolders.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
<li IfModActive="ElSov.Beliar">ModPatches/Beliar Xenotype</li>
<li IfModActive="Starppole.Beta.AnimeHair1.6">ModPatches/Beta Anime Hair</li>
<li IfModActive="Beta.GuPHAA">ModPatches/Beta GnP Hair and Apparel</li>
<li IfModActive="shunter.bettertradersguild">ModPatches/Better Traders Guild</li>
<li IfModActive="divineDerivative.AutoWool">ModPatches/Better Wool Production</li>
<li IfModActive="RedMattis.Heaven">ModPatches/Big and Small - Heaven and Hell</li>
<li IfModActive="RedMattis.BigSmall.MedievalOverhaulFactions">ModPatches/Big and Small - MO</li>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>

<!-- Independent Traders -->
<Operation Class="PatchOperationAdd">
<xpath>Defs/ScenarioDef[defName="BTG_IndependentTraders"]/scenario/parts</xpath>
<value>
<li Class="ScenPart_StartingThing_Defined">
<def>StartingThing_Defined</def>
<thingDef>Ammo_6x24mmCharged</thingDef>
<count>300</count>
</li>
</value>
</Operation>

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

<!-- Exiled Traders -->
<Operation Class="PatchOperationAdd">
<xpath>Defs/ScenarioDef[defName="BTG_ExiledTraders"]/scenario/parts</xpath>
<value>
<li Class="ScenPart_StartingThing_Defined">
<def>StartingThing_Defined</def>
<thingDef>Ammo_6x24mmCharged</thingDef>
<count>300</count>
</li>
</value>
</Operation>

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

</Patch>
1 change: 1 addition & 0 deletions SupportedThirdPartyMods.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ Beeralope Squad |
Beliar Xenotype |
Beta Anime Hair |
Beta Girls und Panzer Hair and Apparel |
Better Traders Guild |
Better Wool Production - C# Edition |
Big and Small - Genes & More |
Big and Small - Heaven and Hell
Expand Down
Loading