Skip to content

Commit

Permalink
Added support for Gerzee Race
Browse files Browse the repository at this point in the history
  • Loading branch information
emipa606 committed Apr 28, 2021
1 parent a1ba34e commit f13ccd3
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 3 deletions.
31 changes: 31 additions & 0 deletions 1.2/Patches/Aliens/Gerzee-Race.xml
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">
<success>Always</success>
<mods>
<li>Gerzee Race</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[@Name="CAN_CookMealBase"]/fixedIngredientFilter/thingDefs</xpath>
<value>
<li>Meat_GerzeeRace</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[@Name="CAN_CookMealBase"]/defaultIngredientFilter/thingDefs</xpath>
<value>
<li>Meat_GerzeeRace</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[@ParentName="CAN_CannibalCampfire" or @ParentName="CAN_CannibalStove" or @ParentName="CAN_CannibalButcher"]/ingredients/li/filter/thingDefs</xpath>
<value>
<li>Meat_GerzeeRace</li>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>
3 changes: 2 additions & 1 deletion About/About.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<ModMetaData>
<name>Cannibal and Insect Meals</name>
<packageId>Mlie.CannibalMeals</packageId>
Expand Down Expand Up @@ -45,6 +45,7 @@ Alien races supported (Thanks to @Cerrendel)
[*] [url=https://steamcommunity.com/sharedfiles/filedetails/?id=1403998409]Tree People[/url]
[*] [url=https://steamcommunity.com/sharedfiles/filedetails/?id=1134410589]Orc Playable Race[/url]
[*] [url=https://steamcommunity.com/sharedfiles/filedetails/?id=1119191638]Beast Man Tribes[/url]
[*] [url=https://steamcommunity.com/sharedfiles/filedetails/?id=1783636077]Gerzee Race[/url]
[/list]

[table]
Expand Down
Binary file modified About/Changelog.txt
Binary file not shown.
2 changes: 1 addition & 1 deletion About/Manifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<identifier>CannibalMeals</identifier>
<version>1.1.22.0</version>
<version>1.1.23.0</version>
<dependencies />
<incompatibleWith />
<loadBefore />
Expand Down
2 changes: 1 addition & 1 deletion About/ModSync.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ModSyncNinjaData>
<ID>8b08a139-8d92-40e2-b62a-cb740ec54ecb</ID>
<ModName>Cannibal and Insect Meals</ModName>
<Version>1.1.22.0</Version>
<Version>1.1.23.0</Version>
<SaveBreaking>False</SaveBreaking>
<Host name="Github">
<Owner>emipa606</Owner>
Expand Down
Binary file modified README.md
Binary file not shown.

0 comments on commit f13ccd3

Please sign in to comment.