69 lines
2.1 KiB
XML
69 lines
2.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Defs>
|
|
<ThingDef ParentName="WorkTable">
|
|
<defName>MechanicalSawmill</defName>
|
|
<label>Mechanical Sawmill</label>
|
|
<description>A medium sized mechanical saw,powered by a wheel running under operators foot for cutting logs into planks,however due to inability to control the speed,this saw cannot make components.</description>
|
|
<graphicData>
|
|
<texPath>Things/Building/Production/TableSawmillHand</texPath>
|
|
<graphicClass>Graphic_Multi</graphicClass>
|
|
<drawSize>(3,1)</drawSize>
|
|
<shaderType>CutoutComplex</shaderType>
|
|
<shadowData>
|
|
<volume>(0.75, 0.2, 0.75)</volume>
|
|
<offset>(0,0,0)</offset>
|
|
</shadowData>
|
|
</graphicData>
|
|
<stuffCategories>
|
|
<li>StrongMetallic</li>
|
|
<li>WoodLogs</li>
|
|
</stuffCategories>
|
|
<costStuffCount>130</costStuffCount>
|
|
<costList>
|
|
<Mechanism>5</Mechanism>
|
|
</costList>
|
|
<minifiedDef>MinifiedThing</minifiedDef>
|
|
<thingCategories>
|
|
<li>BuildingsProduction</li>
|
|
</thingCategories>
|
|
<statBases>
|
|
<WorkToBuild>1200</WorkToBuild>
|
|
<MaxHitPoints>180</MaxHitPoints>
|
|
<Flammability>1.0</Flammability>
|
|
<Cleanliness>-19</Cleanliness>
|
|
<Mass>500</Mass>
|
|
</statBases>
|
|
<size>(3,1)</size>
|
|
<designationCategory>Production</designationCategory>
|
|
<interactionCellOffset>(0,0,-1)</interactionCellOffset>
|
|
<building>
|
|
<uninstallWork>1250</uninstallWork>
|
|
</building>
|
|
<recipes>
|
|
<li>MakeWoodPlanks_Hand</li>
|
|
<li>MakeRedWoodPlanks_Hand</li>
|
|
<li>MakeBambooPlanks_Hand</li>
|
|
<li>MakeKindling_Hand</li>
|
|
</recipes>
|
|
<comps>
|
|
<li Class="CompProperties_AffectedByFacilities">
|
|
<linkableFacilities>
|
|
<li>Small_ToolCabinet</li>
|
|
<li>PodChair</li>
|
|
</linkableFacilities>
|
|
</li>
|
|
<li Class="CompProperties_Breakdownable"/>
|
|
<li>
|
|
<compClass>CompReportWorkSpeed</compClass>
|
|
</li>
|
|
</comps>
|
|
<placeWorkers>
|
|
<li>PlaceWorker_ShowFacilitiesConnections</li>
|
|
<li>PlaceWorker_ReportWorkSpeedPenalties</li>
|
|
</placeWorkers>
|
|
<researchPrerequisites>
|
|
<li>Stonecutting</li>
|
|
</researchPrerequisites>
|
|
<constructionSkillPrerequisite>6</constructionSkillPrerequisite>
|
|
</ThingDef>
|
|
</Defs> |