71 lines
2.3 KiB
XML
71 lines
2.3 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 sawblade mounted on this table, powered by a wheel running under operators foot for cutting logs into planks,however due to inability to control the speed of sawblade,this one cannot make primitive components. Still faster than cutting planks with hand saw. /n PS: The texture still needs some upgrade through.
|
|
</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>
|
|
<!-- When the sawblade brokes out.. -->
|
|
<li Class="CompProperties_Breakdownable"/>
|
|
<li Class="CompProperties_ReportWorkSpeed">
|
|
<workSpeedStat>WorkTableWorkSpeedFactor</workSpeedStat>
|
|
</li>
|
|
</comps>
|
|
<placeWorkers>
|
|
<li>PlaceWorker_ShowFacilitiesConnections</li>
|
|
<li>PlaceWorker_ReportWorkSpeedPenalties</li>
|
|
</placeWorkers>
|
|
<researchPrerequisites>
|
|
<li>Stonecutting</li>
|
|
</researchPrerequisites>
|
|
<constructionSkillPrerequisite>6</constructionSkillPrerequisite>
|
|
</ThingDef>
|
|
</Defs> |