Skip to content

Commit

Permalink
VCE
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr Zhivago committed Jun 23, 2020
1 parent e03ced1 commit bd1c6ff
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
6 changes: 6 additions & 0 deletions DW_Notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ In order to best utilize this, search for a mod name using CTRL+F(or other searc
{Move items to Culinary tab}
Utility Columns
{LightColumnMod}
Vanilla Cooking Expanded
{Move items to Culinary tab}
Vanilla Cooking Expanded - Stews
{Move items to Culinary tab}
Vanilla Factions Expanded - Medieval
{Move items to Culinary tab}
Vanilla Factions Expanded - Settlers
Expand Down Expand Up @@ -734,6 +738,8 @@ Vanilla Animals Expanded — Tropical Rainforest
Vanilla Animals Expanded — Tundra
Vanilla Animals Overhaul Reloaded
Vanilla Armour Expanded
Vanilla Cooking Expanded
Vanilla Cooking Expanded - Stews
Vanilla Factions Expanded - Medieval
Vanilla Factions Expanded - Settlers
Vanilla Furniture Expanded
Expand Down
34 changes: 34 additions & 0 deletions Patches/Designation_Category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2148,6 +2148,40 @@
</match>
</Operation>

<!--==========
Vanilla Cooking Expanded
==========-->

<!--Move items to Culinary tab-->
<Operation Class="PatchOperationFindMod">
<mods>
<li>Vanilla Cooking Expanded</li>
</mods>
<match Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="VCE_CheesePress" or defName="VCE_CondimentPrepTable" or defName="VCE_CanningMachine" or defName="VCE_DeepFrier" or defName="VCE_ElectricPot" or defName="VCE_Grill"]/designationCategory</xpath>
<value>
<designationCategory>DZ_Culinary</designationCategory>
</value>
</match>
</Operation>

<!--==========
Vanilla Cooking Expanded - Stews
==========-->

<!--Move items to Culinary tab-->
<Operation Class="PatchOperationFindMod">
<mods>
<li>Vanilla Cooking Expanded - Stews</li>
</mods>
<match Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="VCE_StewPot"]/designationCategory</xpath>
<value>
<designationCategory>DZ_Culinary</designationCategory>
</value>
</match>
</Operation>

<!--==========
Vanilla Factions Expanded - Settlers
==========-->
Expand Down

0 comments on commit bd1c6ff

Please sign in to comment.