mirror of
https://github.com/Xevion/RimWorld-HydroponicsGrowMore.git
synced 2025-12-10 08:08:29 -06:00
Setup PatchOperationAdd XML crop patches
This commit is contained in:
24
Patches/crop.xml
Normal file
24
Patches/crop.xml
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
<Patch>
|
||||||
|
<!-- Using 'Append' explicitly is considered verbose here, yes. -->
|
||||||
|
<Operation Class="PatchOperationAdd">
|
||||||
|
<xpath>*/ThingDef[defName="Plant_Devilstrand"]/plant/sowTags</xpath>
|
||||||
|
<order>Append</order>
|
||||||
|
<value>
|
||||||
|
<li>Hydroponic</li>
|
||||||
|
</value>
|
||||||
|
</Operation>
|
||||||
|
<Operation Class="PatchOperationAdd">
|
||||||
|
<xpath>*/ThingDef[defName="Plant_Corn"]/plant/sowTags</xpath>
|
||||||
|
<order>Append</order>
|
||||||
|
<value>
|
||||||
|
<li>Hydroponic</li>
|
||||||
|
</value>
|
||||||
|
</Operation>
|
||||||
|
<Operation Class="PatchOperationAdd">
|
||||||
|
<xpath>*/ThingDef[defName="Plant_Haygrass"]/plant/sowTags</xpath>
|
||||||
|
<order>Append</order>
|
||||||
|
<value>
|
||||||
|
<li>Hydroponic</li>
|
||||||
|
</value>
|
||||||
|
</Operation>
|
||||||
|
</Patch>
|
||||||
Reference in New Issue
Block a user