Skip to content

Commit

Permalink
Keep the old patches
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Huntsman committed Dec 5, 2024
1 parent f1cd2e5 commit 0cde583
Show file tree
Hide file tree
Showing 38 changed files with 4,917 additions and 71 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationAddModExtension">
<xpath>Defs/PawnKindDef[
@Name="ATPP_AndroidTX2RaiderBase" or
@Name="ATPP_AndroidTX2KRaiderBase" or
@Name="ATPP_AndroidTX3RaiderBase" or
@Name="ATPP_AndroidTX4RaiderBase" or
@Name="ATPP_AndroidTX2CollectiveBase" or
@Name="ATPP_AndroidTX2KCollectiveBase" or
@Name="ATPP_AndroidTX3CollectiveBase" or
@Name="ATPP_AndroidTX4CollectiveBase"
] </xpath>
<value>
<li Class="CombatExtended.LoadoutPropertiesExtension">
<primaryMagazineCount>
<min>4</min>
<max>6</max>
</primaryMagazineCount>
<sidearms>
<li>
<generateChance>0.5</generateChance>
<sidearmMoney>
<min>20</min>
<max>120</max>
</sidearmMoney>
<weaponTags>
<li>CE_Sidearm_Melee</li>
</weaponTags>
</li>
</sidearms>
</li>
</value>
</Operation>
</Patch>
Loading

0 comments on commit 0cde583

Please sign in to comment.