Skip to content

Commit

Permalink
1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dubwise56 committed Jul 4, 2021
1 parent f4c77df commit 104cec3
Show file tree
Hide file tree
Showing 9 changed files with 3,508 additions and 1 deletion.
Binary file added 1.3/Assemblies/0Harmony.dll
Binary file not shown.
3,085 changes: 3,085 additions & 0 deletions 1.3/Assemblies/0Harmony.xml

Large diffs are not rendered by default.

Binary file added 1.3/Assemblies/Dubs Rimkit.dll
Binary file not shown.
29 changes: 29 additions & 0 deletions 1.3/Defs/JobDefs/Jobs_Work.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>

<JobDef>
<defName>TendSelf</defName>
<driverClass>Dubs_Rimkit.JobDriver_TendSelf</driverClass>
<reportString>tending to TargetA with kit.</reportString>
</JobDef>

<!--<JobDef>
<defName>Bandage</defName>
<driverClass>Dubs_Rimkit.JobDriver_Bandage</driverClass>
<reportString>Bandaging with kit.</reportString>
</JobDef>-->

<JobDef>
<defName>BandageOthers</defName>
<driverClass>Dubs_Rimkit.JobDriver_BandageOthers</driverClass>
<reportString>tending to TargetA with kit.</reportString>
</JobDef>


<JobDef>
<defName>FixBrokenDownBuildingRepairKit</defName>
<driverClass>Dubs_Rimkit.JobDriver_FixBrokenDownBuilding</driverClass>
<reportString>replacing broken components in TargetA with kit.</reportString>
</JobDef>

</Defs>
40 changes: 40 additions & 0 deletions 1.3/Defs/RecipeDefs/Recipes_Production.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>

<RecipeDef>
<defName>RepairComponent</defName>
<label>fix component</label>
<description>Fix a broken component.</description>
<jobString>Fixing component.</jobString>
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
<effectWorking>Cook</effectWorking>
<soundWorking>Recipe_Machining</soundWorking>
<workAmount>900</workAmount>
<unfinishedThingDef>UnfinishedComponent</unfinishedThingDef>
<ingredients>
<li>
<filter>
<thingDefs>
<li>Steel</li>
</thingDefs>
</filter>
<count>10</count>
</li>
<li>
<filter>
<thingDefs>
<li>SalvagedComponent</li>
</thingDefs>
</filter>
<count>1</count>
</li>
</ingredients>
<products>
<ComponentIndustrial>1</ComponentIndustrial>
</products>
<recipeUsers>
<li>TableMachining</li>
</recipeUsers>
</RecipeDef>

</Defs>
Loading

0 comments on commit 104cec3

Please sign in to comment.