Skip to content

Commit

Permalink
A17 Release
Browse files Browse the repository at this point in the history
- Toned down the mod a lot, it is now a mere 4 patch-type changes that I
found to be more reasonable than A17's priorirites.

- No more custom options, HugsLib menus etc. Just a very simple mod. A17
gets most thigns right in my opinion, with changes to work zoning as
well.
  • Loading branch information
DingoDjango committed May 25, 2017
1 parent 651e1a0 commit e67b3e3
Show file tree
Hide file tree
Showing 15 changed files with 40 additions and 523 deletions.
10 changes: 3 additions & 7 deletions About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@
<name>Refactored Work Priorities</name>
<author>Dingo</author>
<url>https://ludeon.com/forums/index.php?topic=26077</url>
<targetVersion>0.16.0</targetVersion>
<description>&lt;color=red&gt;&lt;size=24&gt;Important:&lt;/size&gt;
<targetVersion>0.17.0</targetVersion>
<description>This once medium-scale mod is now a collection of minor tweaks to RimWorld's work priorities.

This mod requires &lt;b&gt;HugsLib&lt;/b&gt;, it must be installed and loaded above this mod in the load order.&lt;/color&gt;

Tweaks work priorities to try and make pawn behaviour more intuitive and predictable.

For the full list of changes please visit the Steam Workshop page or forum thread.</description>
Requires no other mods to function, and is compatible with mostly everything.</description>
</ModMetaData>
Binary file removed Assemblies/RefactoredWorkPriorities.dll
Binary file not shown.
16 changes: 0 additions & 16 deletions Defs/UpdateFeatureDefs/UpdateFeatures.xml

This file was deleted.

127 changes: 0 additions & 127 deletions Defs/WorkGiverDefs/WorkGivers.xml

This file was deleted.

21 changes: 0 additions & 21 deletions Defs/WorkTypeDefs/WorkTypes.xml

This file was deleted.

22 changes: 0 additions & 22 deletions Languages/ChineseSimplified/Keyed/ChineseSimplified.xml

This file was deleted.

22 changes: 0 additions & 22 deletions Languages/English/Keyed/English.xml

This file was deleted.

37 changes: 37 additions & 0 deletions Patches/WorkGivers.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>

<!-- Remove feeding sick animals from doctors, given to handlers -->

<Operation Class="PatchOperationReplace">
<xpath>//WorkGiverDef[defName = "DoctorFeedAnimals"]/workType</xpath>
<value>
<workType>Handling</workType>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>//WorkGiverDef[defName = "DoctorFeedAnimals"]/priorityInType</xpath>
<value>
<priorityInType>110</priorityInType>
</value>
</Operation>

<!-- Prioritise roof removal over building roofs -->

<Operation Class="PatchOperationReplace">
<xpath>//WorkGiverDef[defName = "RemoveRoofs"]/priorityInType</xpath>
<value>
<priorityInType>70</priorityInType>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>//WorkGiverDef[defName = "BuildRoofs"]/priorityInType</xpath>
<value>
<priorityInType>60</priorityInType>
</value>
</Operation>


</Patch>
36 changes: 0 additions & 36 deletions Source/Properties/AssemblyInfo.cs

This file was deleted.

48 changes: 0 additions & 48 deletions Source/RWPMenu.cs

This file was deleted.

Loading

0 comments on commit e67b3e3

Please sign in to comment.