Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Big and Small Patches #3027

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
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>

<Operation Class="PatchOperationFindMod">
<mods>
<li>Big and Small - Heaven and Hell</li>
</mods>

<match Class="PatchOperationSequence">
<operations>

<!-- Servitor Ranged Ammo -->
<li Class="PatchOperationAddModExtension">
<xpath>Defs/PawnKindDef[defName="BS_ServitorRanged"]</xpath>
<value>
<li Class="CombatExtended.LoadoutPropertiesExtension">
<primaryMagazineCount>
<min>5</min>
<max>7</max>
</primaryMagazineCount>
<sidearms>
<li>
<sidearmMoney>
<min>400</min>
<max>800</max>
</sidearmMoney>
<weaponTags>
<li>MedievalMeleeAdvanced</li>
</weaponTags>
</li>
</sidearms>
</li>
</value>
</li>

<li Class="PatchOperationAdd">
<xpath>Defs/PawnKindDef[defName="BS_ServitorRanged"]/apparelRequired</xpath>
<value>
<li>CE_Apparel_Backpack</li>
</value>
</li>

<!-- Add Weapons to PawnKinds. Natural weapons do not cut it in CE -->
<li Class="PatchOperationAdd">
<xpath>Defs/PawnKindDef[defName="BS_Satan"]/weaponTags</xpath>
<value>
<li>MedievalMeleeAdvanced</li>
</value>
</li>

<li Class="PatchOperationConditional">
<xpath>Defs/PawnKindDef[defName="BS_SatanGreat"]/weaponTags</xpath>
<match Class="PatchOperationAdd">
<xpath>Defs/PawnKindDef[defName="BS_SatanGreat"]/weaponTags</xpath>
<value>
<li>MedievalMeleeAdvanced</li>
<li>UltratechMelee</li>
</value>
</match>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/PawnKindDef[defName="BS_SatanGreat"]</xpath>
<value>
<weaponTags Inherit="false">
<li>MedievalMeleeAdvanced</li>
<li>UltratechMelee</li>
</weaponTags>
</value>
</nomatch>
</li>


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

</Patch>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<Operation Class="PatchOperationFindMod">
<mods>
<li>Vampires, Demons, and the Undead</li>
<li>Big and Small - Vampires and the Undead</li>
</mods>

<match Class="PatchOperationSequence">
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>

<Operation Class="PatchOperationFindMod">
<mods>
<li>Big and Small - Vampires and the Undead</li>
</mods>

<match Class="PatchOperationSequence">
<operations>

<!-- Increase weaponMoney to prevent spawning without one. -->
<li Class="PatchOperationReplace">
<xpath>Defs/PawnKindDef[defName="VU_RoamingUndeadLeader"]/weaponMoney </xpath>
<value>
<weaponMoney>120~2700</weaponMoney>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/PawnKindDef[defName="VU_RoamingUndeadLeader_Medieval"]/weaponMoney </xpath>
<value>
<weaponMoney>120~3700</weaponMoney>
</value>
</li>

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

</Patch>
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>

<Operation Class="PatchOperationFindMod">
<mods>
<li>Big and Small - Genes &amp; More</li>
</mods>
<match Class="PatchOperationSequence">
<operations>

<!-- Fix Descriptions -->
<li Class="PatchOperationReplace">
<xpath>Defs/GeneDef[defName="BS_ToughSkin"]/customEffectDescriptions</xpath>
<value>
<customEffectDescriptions>
<li>+0.5 mm natural sharp armor</li>
<li>+1.0 mPA natural blunt armor</li>
</customEffectDescriptions>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/GeneDef[defName="BS_NaturalArmor"]/customEffectDescriptions</xpath>
<value>
<customEffectDescriptions>
<li>+1 mm natural sharp armor</li>
<li>+1.5 mPA natural blunt armor</li>
</customEffectDescriptions>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/GeneDef[defName="BS_NaturalArmor_Great"]/customEffectDescriptions</xpath>
<value>
<customEffectDescriptions>
<li>+1.5 mm natural sharp armor</li>
<li>+2 mPA natural blunt armor</li>
</customEffectDescriptions>
</value>
</li>

</operations>
</match>
</Operation>
</Patch>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<Operation Class="PatchOperationFindMod">
<mods>
<li>Big and Small Genes</li>
<li>Big and Small - Genes &amp; More</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<Operation Class="PatchOperationFindMod">
<mods>
<li>Big and Small Genes</li>
<li>Big and Small - Genes &amp; More</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<Operation Class="PatchOperationFindMod">
<mods>
<li>Big and Small Genes</li>
<li>Big and Small - Genes &amp; More</li>
</mods>

<match Class="PatchOperationSequence">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<Operation Class="PatchOperationFindMod">
<mods>
<li>Big and Small Genes</li>
<li>Big and Small - Genes &amp; More</li>
</mods>

<match Class="PatchOperationSequence">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<Operation Class="PatchOperationFindMod">
<mods>
<li>Big and Small Genes</li>
<li>Big and Small - Genes &amp; More</li>
</mods>

<match Class="PatchOperationSequence">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<Operation Class="PatchOperationFindMod">
<mods>
<li>Big and Small Genes</li>
<li>Big and Small - Genes &amp; More</li>
</mods>

<match Class="PatchOperationSequence">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<Operation Class="PatchOperationFindMod">
<mods>
<li>Big and Small Genes</li>
<li>Big and Small - Genes &amp; More</li>
</mods>

<match Class="PatchOperationSequence">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<Operation Class="PatchOperationFindMod">
<mods>
<li>Big and Small Genes</li>
<li>Big and Small - Genes &amp; More</li>
</mods>

<match Class="PatchOperationSequence">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<Operation Class="PatchOperationFindMod">
<mods>
<li>Big and Small Genes</li>
<li>Big and Small - Genes &amp; More</li>
</mods>

<match Class="PatchOperationSequence">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<Operation Class="PatchOperationFindMod">
<mods>
<li>Big and Small Genes</li>
<li>Big and Small - Genes &amp; More</li>
</mods>

<match Class="PatchOperationSequence">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<Operation Class="PatchOperationFindMod">
<mods>
<li>Big and Small Genes</li>
<li>Big and Small - Genes &amp; More</li>
</mods>

<match Class="PatchOperationFindMod">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<Operation Class="PatchOperationFindMod">
<mods>
<li>Big and Small Genes</li>
<li>Big and Small - Genes &amp; More</li>
</mods>

<match Class="PatchOperationSequence">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<Operation Class="PatchOperationFindMod">
<mods>
<li>Big and Small Races</li>
<li>Big and Small - Races</li>
</mods>

<match Class="PatchOperationSequence">
Expand Down
8 changes: 4 additions & 4 deletions SupportedThirdPartyMods.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,12 @@ Beast Man Tribes |
Beeralope Squad |
Better Infestations |
Better Wool Production - C# Edition |
Big and Small Genes |
Big and Small - Genes & More |
Big and Small - Medieval Factions |
Big and Small - Medieval Overhaul Factions |
Big and Small Races |
Big and Small Weapons |
Big and Small - Races |
Big and Small - Vampires and the Undead |
Big and Small - Weapons |
Biomes! Caverns |
Biomes! Core |
Biotech Expansion - Mammalia |
Expand Down Expand Up @@ -507,7 +508,6 @@ Urbworld Weaponry: Caseless |
Urbworld Weaponry SDS |
Useless Clothes |
Ushankas Glitterworld Uprising |
Vampires, Demons, and the Undead |
Vanilla Animals Expanded |
Vanilla Animals Expanded - Caves |
Vanilla Animals Expanded - Endangered |
Expand Down
Loading