
This mod introduces various automated crafting tech and UF Framework based buildings to simplifiy and liberate your pawns from dull working all their day.
42 lines
1.6 KiB
XML
42 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Defs>
|
|
<ResearchProjectDef ParentName="IndustrialBase">
|
|
<defName>Oil_Automated_1</defName>
|
|
<label>Oil Automation 01</label>
|
|
<description>Research to burn plastic and rubber autocrafting instruction into electronics.</description>
|
|
<baseCost>1200</baseCost>
|
|
<techLevel>Industrial</techLevel>
|
|
<prerequisites>
|
|
<li>Oil_Industry_C6</li>
|
|
</prerequisites>
|
|
<researchViewX>8.00</researchViewX>
|
|
<researchViewY>25.00</researchViewY>
|
|
</ResearchProjectDef>
|
|
|
|
<ResearchProjectDef ParentName="IndustrialBase">
|
|
<defName>Oil_Automated_2</defName>
|
|
<label>Oil Automation 02</label>
|
|
<description>Research to download synthetic fiber and compaste autocrafting programs into chips.</description>
|
|
<baseCost>2400</baseCost>
|
|
<techLevel>Industrial</techLevel>
|
|
<prerequisites>
|
|
<li>Oil_Automated_1</li>
|
|
</prerequisites>
|
|
<researchViewX>8.00</researchViewX>
|
|
<researchViewY>30.00</researchViewY>
|
|
</ResearchProjectDef>
|
|
|
|
<ResearchProjectDef ParentName="IndustrialBase">
|
|
<defName>Oil_Automated_3</defName>
|
|
<label>Oil Automation 03</label>
|
|
<description>Research to compile Kelvar autocrafting system image into CPUS.</description>
|
|
<baseCost>3600</baseCost>
|
|
<techLevel>Industrial</techLevel>
|
|
<prerequisites>
|
|
<li>Oil_Automated_2</li>
|
|
</prerequisites>
|
|
<researchViewX>8.00</researchViewX>
|
|
<researchViewY>35.00</researchViewY>
|
|
</ResearchProjectDef>
|
|
</Defs>
|