Skip to content

Commit

Permalink
Abomination provides twisted meat when Anomaly active
Browse files Browse the repository at this point in the history
  • Loading branch information
masakitenchi committed Aug 10, 2024
1 parent 18f1590 commit 8bfe2d3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Mods/Core_SK/Anomaly/Patches/ThingDefs_Races/Races_CoreSK.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Abomination"]/statBases/MeatAmount</xpath>
<value>
<MeatAmount>70</MeatAmount>
</value>
</Operation>

</Patch>
3 changes: 2 additions & 1 deletion Mods/Core_SK/Defs/ThingDefs_Races/Races_TheAbomination.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
<manhunterOnDamageChance>0</manhunterOnDamageChance>
<hasGenders>true</hasGenders>
<foodType>None</foodType>
<useMeatFrom>Human</useMeatFrom>
<!-- <useMeatFrom>Human</useMeatFrom> -->
<specificMeatDef MayRequire="Ludeon.RimWorld.Anomaly">Meat_Twisted</specificMeatDef>
<lifeExpectancy>10</lifeExpectancy>
<baseBodySize>1.2</baseBodySize>
<baseHealthScale>3.8</baseHealthScale>
Expand Down

0 comments on commit 8bfe2d3

Please sign in to comment.