Skip to content

Commit 5f1fbd3

Browse files
committed
v5.109
1 parent 66cdf8a commit 5f1fbd3

File tree

1 file changed

+102
-0
lines changed

1 file changed

+102
-0
lines changed
Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<Patch>
3+
<Operation Class="PatchOperationFindMod">
4+
<mods>
5+
<li>Vanilla Plants Expanded</li>
6+
</mods>
7+
<match Class="PatchOperationSequence">
8+
<success>Always</success>
9+
<operations>
10+
<li Class="PatchOperationConditional">
11+
<xpath>/Defs/ThingDef[defName="AB_RawTentacularFruit"]/thingCategories</xpath>
12+
<nomatch Class="PatchOperationAdd">
13+
<success>Always</success>
14+
<xpath>/Defs/ThingDef[defName="AB_RawTentacularFruit"]</xpath>
15+
<value>
16+
<thingCategories/>
17+
</value>
18+
</nomatch>
19+
</li>
20+
<li Class="PatchOperationAdd">
21+
<success>Always</success>
22+
<xpath>/Defs/ThingDef[defName="AB_RawTentacularFruit"]/thingCategories</xpath>
23+
<value>
24+
<li>VCE_Fruit</li>
25+
</value>
26+
</li>
27+
28+
<li Class="PatchOperationConditional">
29+
<xpath>/Defs/ThingDef[defName="AB_RawIashiphus"]/thingCategories</xpath>
30+
<nomatch Class="PatchOperationAdd">
31+
<success>Always</success>
32+
<xpath>/Defs/ThingDef[defName="AB_RawIashiphus"]</xpath>
33+
<value>
34+
<thingCategories/>
35+
</value>
36+
</nomatch>
37+
</li>
38+
<li Class="PatchOperationAdd">
39+
<success>Always</success>
40+
<xpath>/Defs/ThingDef[defName="AB_RawIashiphus"]/thingCategories</xpath>
41+
<value>
42+
<li>VCE_Fruit</li>
43+
</value>
44+
</li>
45+
46+
<li Class="PatchOperationConditional">
47+
<xpath>/Defs/ThingDef[defName="AB_RawSugarFamewort"]/thingCategories</xpath>
48+
<nomatch Class="PatchOperationAdd">
49+
<success>Always</success>
50+
<xpath>/Defs/ThingDef[defName="AB_RawSugarFamewort"]</xpath>
51+
<value>
52+
<thingCategories/>
53+
</value>
54+
</nomatch>
55+
</li>
56+
<li Class="PatchOperationAdd">
57+
<success>Always</success>
58+
<xpath>/Defs/ThingDef[defName="AB_RawSugarFamewort"]/thingCategories</xpath>
59+
<value>
60+
<li>VCE_Fruit</li>
61+
</value>
62+
</li>
63+
64+
<li Class="PatchOperationConditional">
65+
<xpath>/Defs/ThingDef[defName="AB_RawBloodBouquet"]/thingCategories</xpath>
66+
<nomatch Class="PatchOperationAdd">
67+
<success>Always</success>
68+
<xpath>/Defs/ThingDef[defName="AB_RawBloodBouquet"]</xpath>
69+
<value>
70+
<thingCategories/>
71+
</value>
72+
</nomatch>
73+
</li>
74+
<li Class="PatchOperationAdd">
75+
<success>Always</success>
76+
<xpath>/Defs/ThingDef[defName="AB_RawBloodBouquet"]/thingCategories</xpath>
77+
<value>
78+
<li>VCE_Fruit</li>
79+
</value>
80+
</li>
81+
<li Class="PatchOperationConditional">
82+
<xpath>/Defs/ThingDef[defName="AB_RawRagadast"]/thingCategories</xpath>
83+
<nomatch Class="PatchOperationAdd">
84+
<success>Always</success>
85+
<xpath>/Defs/ThingDef[defName="AB_RawRagadast"]</xpath>
86+
<value>
87+
<thingCategories/>
88+
</value>
89+
</nomatch>
90+
</li>
91+
<li Class="PatchOperationAdd">
92+
<success>Always</success>
93+
<xpath>/Defs/ThingDef[defName="AB_RawRagadast"]/thingCategories</xpath>
94+
<value>
95+
<li>VCE_Fruit</li>
96+
</value>
97+
</li>
98+
</operations>
99+
</match>
100+
</Operation>
101+
</Patch>
102+

0 commit comments

Comments
 (0)