isekaiob.HSKGrinder/Defs/ThingDefs_Buildings/Buildings_AutomaticAssemblyer.xml.TODO
2024-09-26 20:49:48 +08:00

75 lines
2.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--Automatic Assemblyer is a 5x2 Bench capable of auto assemble most electronics in batch with more efficency than manually soldering all those parts.-->
<Defs>
<ThingDef ParentName="UniversalFermenterBase" Class="UniversalFermenterSK.ThingDef_UF">
<defName>IKHSKG_AutoAssemblyer</defName>
<label>Automatic Electronics Assembly</label>
<description>Full auto Electronics assembly. best to use when in bulk crafting needs.</description>
<graphicData>
<texPath>Things/Building/Production/EAF/EAF_off</texPath>
<graphicClass>Graphic_Multi</graphicClass>
<drawSize>(3,3)</drawSize>
<shadowData>
<volume>(2.7, 1.0, 2.7)</volume>
<offset>(0,0,0)</offset>
</shadowData>
<damageData>
<cornerTL>Damage/Corner</cornerTL>
<cornerTR>Damage/Corner</cornerTR>
<cornerBL>Damage/Corner</cornerBL>
<cornerBR>Damage/Corner</cornerBR>
</damageData>
</graphicData>
<pathCost>80</pathCost>
<statBases>
<WorkToBuild>4500</WorkToBuild>
<MaxHitPoints>280</MaxHitPoints>
<Flammability>0</Flammability>
<Beauty>-48</Beauty>
<Cleanliness>-9</Cleanliness>
</statBases>
<size>(5,2)</size>
<stuffCategories>
<li>StrongMetallic</li>
</stuffCategories>
<costStuffCount>300</costStuffCount>
<costList>
<ReinforcedConcrete>64</ReinforcedConcrete>
<ComponentIndustrial>20</ComponentIndustrial>
<Mechanism>15</Mechanism>
<ElectronicComponents>8</ElectronicComponents>
</costList>
<comps>
<li Class="CompProperties_Power">
<compClass>CompPowerTrader</compClass>
<basePowerConsumption>2400</basePowerConsumption>
<shortCircuitInRain>true</shortCircuitInRain>
</li>
<li Class="SK.CompProperties_LowIdleDraw">
<compClass>SK.CompPowerLowIdleDraw</compClass>
<idlePowerFactor>0.33</idlePowerFactor>
</li>
<li Class="CompProperties_Flickable"/>
<li Class="CompProperties_Breakdownable"/>
<li Class="CompProperties_HeatPusher">
<compClass>CompHeatPusherPowered</compClass>
<heatPerSecond>9.5</heatPerSecond>
<heatPushMaxTemperature>75</heatPushMaxTemperature>
</li>
</comps>
<tickerType>Normal</tickerType>
<interactionCellOffset>(0,0,-1)</interactionCellOffset>
<terrainAffordanceNeeded>Heavy</terrainAffordanceNeeded>
<designationCategory>Production</designationCategory>
<researchPrerequisites>
<li>Metal_Automated_2</li>
</researchPrerequisites>
<constructionSkillPrerequisite>10</constructionSkillPrerequisite>
<!-- ThingDef_UF fields -->
<showProductIcon>true</showProductIcon>
<barOffset>(0.0, 0.25)</barOffset>
<barScale>(1.0, 1.0)</barScale>
<slotsCount>10</slotsCount>
</ThingDef>
</Defs>