Skip to content

Commit

Permalink
v1.204
Browse files Browse the repository at this point in the history
  • Loading branch information
juanosarg committed Dec 1, 2020
1 parent 60b1d1c commit 03ce87d
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion 1.2/Defs/WorkGiverDefs/WorkGivers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</requiredCapacities>
<prioritizeSustains>true</prioritizeSustains>
</WorkGiverDef>

<WorkGiverDef>
<defName>VPE_BurnGasCrematorium</defName>
<label>burn at gas powered crematorium</label>
Expand Down Expand Up @@ -73,6 +73,40 @@
<prioritizeSustains>true</prioritizeSustains>
</WorkGiverDef>

<WorkGiverDef>
<defName>VPE_DoBillsGasSmithy</defName>
<label>make weapons</label>
<giverClass>WorkGiver_DoBill</giverClass>
<workType>Smithing</workType>
<priorityInType>115</priorityInType>
<fixedBillGiverDefs>
<li>VPE_GasSmithy</li>
</fixedBillGiverDefs>
<verb>smith</verb>
<gerund>smithing at</gerund>
<requiredCapacities>
<li>Manipulation</li>
</requiredCapacities>
<prioritizeSustains>true</prioritizeSustains>
</WorkGiverDef>

<WorkGiverDef>
<defName>VPE_DoBillsGasRefinery</defName>
<label>work at refinery</label>
<giverClass>WorkGiver_DoBill</giverClass>
<workType>Crafting</workType>
<priorityInType>97</priorityInType>
<fixedBillGiverDefs>
<li>VPE_GasBiofuelRefinery</li>
</fixedBillGiverDefs>
<verb>refine chemicals</verb>
<gerund>refining chemicals at</gerund>
<requiredCapacities>
<li>Manipulation</li>
</requiredCapacities>
<prioritizeSustains>true</prioritizeSustains>
</WorkGiverDef>




Expand Down

0 comments on commit 03ce87d

Please sign in to comment.