-
Notifications
You must be signed in to change notification settings - Fork 0
XMLRandomPatch
flango edited this page Mar 5, 2023
·
1 revision
Applies a random patch from the list on every game boot.
-
<operations>- Your list ofPatchOperation. -
<enabled>- Random patching enabled.trueby default.
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="flangoCore.XMLRandomPatch">
<operations>
<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Test_MyCustomThing"]/description</xpath>
<value>
<description>TEST-111</description>
</value>
</li>
<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Test_MyCustomThing"]/description</xpath>
<value>
<description>TEST-222</description>
</value>
</li>
<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Test_MyCustomThing"]/description</xpath>
<value>
<description>TEST-333</description>
</value>
</li>
</operations>
</Operation>
</Patch>🦩 Home
🚧 - 404 Page not found.
🖼 - Preview needed.
🟡 - Works but has some TODOs.
🟠 - Basic functionality implemented.
🔴 - Not working properly.
❓ - Not tested.
🟡 Should recode some stuff 🟡
🟠 WIP, work/kill XP gain not implemented 🟠
-
🚧Give Hediff Severity Extended (aka Autobong)
-
Weapon Animations 🟡 (Not included)