翻译
This commit is contained in:
66
1.6/WVC Work Modes/Patches/00_Patches_Zones.xml
Normal file
66
1.6/WVC Work Modes/Patches/00_Patches_Zones.xml
Normal file
@@ -0,0 +1,66 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Patch>
|
||||
|
||||
<!-- Order fix -->
|
||||
|
||||
<Operation Class="PatchOperationSequence">
|
||||
<success>Always</success>
|
||||
<operations>
|
||||
<li Class="PatchOperationReplace">
|
||||
<xpath>/Defs/MechWorkModeDef[defName="Work"]/uiOrder</xpath>
|
||||
<success>Invert</success>
|
||||
<value>
|
||||
<uiOrder>100</uiOrder>
|
||||
</value>
|
||||
</li>
|
||||
<li Class="PatchOperationAdd">
|
||||
<xpath>/Defs/MechWorkModeDef[defName="Work"]</xpath>
|
||||
<success>Always</success>
|
||||
<value>
|
||||
<uiOrder>100</uiOrder>
|
||||
</value>
|
||||
</li>
|
||||
</operations>
|
||||
</Operation>
|
||||
|
||||
<!-- By choice -->
|
||||
|
||||
<Operation Class="WVC_WorkModes.PatchOperation_Settings">
|
||||
<settingName>WVC_Scavenging</settingName>
|
||||
<active Class="PatchOperationSequence">
|
||||
<operations>
|
||||
|
||||
<li Class="PatchOperationInsert">
|
||||
<xpath>/Defs/DesignationCategoryDef[defName="Biotech" or defName="Zone"]/specialDesignatorClasses/li[contains(text(),'Designator_Deconstruct')]</xpath>
|
||||
<order>Append</order>
|
||||
<success>Always</success>
|
||||
<value>
|
||||
<li>WVC_WorkModes.Designator_MechanoidScavengeZone</li>
|
||||
</value>
|
||||
</li>
|
||||
|
||||
</operations>
|
||||
</active>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="WVC_WorkModes.PatchOperation_Settings">
|
||||
<settingName>enable_GoToShutdownZoneJob</settingName>
|
||||
<active Class="PatchOperationInsert">
|
||||
<xpath>/Defs/DesignationCategoryDef[defName="Biotech" or defName="Zone"]/specialDesignatorClasses/li[contains(text(),'Designator_Deconstruct')]</xpath>
|
||||
<order>Append</order>
|
||||
<success>Always</success>
|
||||
<value>
|
||||
<li>WVC_WorkModes.Designator_MechanoidShutdownZone</li>
|
||||
</value>
|
||||
</active>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="WVC_WorkModes.PatchOperation_Settings">
|
||||
<settingName>enable_GoToShutdownRoomJob</settingName>
|
||||
<deActive Class="PatchOperationRemove">
|
||||
<xpath>/Defs/RoomRoleDef[defName="WVC_MechHangar"]</xpath>
|
||||
<success>Always</success>
|
||||
</deActive>
|
||||
</Operation>
|
||||
|
||||
</Patch>
|
||||
Reference in New Issue
Block a user