Skip to content

Commit

Permalink
Lowered Research of Sanguophages Scenario, removed Deathrest from Blo…
Browse files Browse the repository at this point in the history
…odfeeding Meme
  • Loading branch information
TheLoneTec committed Dec 20, 2024
1 parent b904b69 commit beac5e1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions Mods/Core_SK/Biotech/Patches/MemeDefs/Ideology.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>

<!-- ========== Components ========== -->
<Operation Class="PatchOperationFindMod">
<mods>
<li>Ideology</li>
</mods>
<match Class="PatchOperationSequence">
<operations>

<li Class="PatchOperationRemove">
<xpath>Defs/MemeDef[defName="Bloodfeeding"]/startingResearchProjects</xpath>
</li>

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

</Patch>
2 changes: 1 addition & 1 deletion Mods/Core_SK/Biotech/Patches/Research/Research.xml
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@
<xpath>Defs/ResearchProjectDef[defName="Deathrest"]/prerequisites</xpath>
<value>
<prerequisites>
<li>Research_table_C2</li>
<li>Oil_Industry_C5</li>
<li>VitalsMonitor</li>
</prerequisites>
</value>
Expand Down

0 comments on commit beac5e1

Please sign in to comment.