RimWorld

RimWorld

GloomyFurniture
Captain Waifu 10. mars 2019 kl. 23.09
Old style auto doors
Could it be possible to add old style auto doors? Basically just electric versions of the existing doors.
< >
Viser 11 av 1 kommentarer
Captain Waifu 11. mars 2019 kl. 0.42 
<ThingDef ParentName="DoorBase">
<defName>Autodoor Antique</defName>
<label>Antique autodoor</label>
<description>Divides rooms. Powered operation allows people to move through the door without slowing down.</description>
<statBases>
<WorkToBuild>1100</WorkToBuild>
</statBases>
<graphicData>
<texPath>Things/Building/Furniture/DoorOld_Mover</texPath>
<graphicClass>Graphic_Single</graphicClass>
<damageData>
<!-- no damage marks because they don't move with the door
<rect>(0,0.12,1,0.76)</rect>-->
<enabled>false</enabled>
</damageData>
</graphicData>
<uiIconPath>Things/Building/Furniture/DoorOld_MenuIcon</uiIconPath>
<costList>
<Steel>40</Steel>
<ComponentIndustrial>2</ComponentIndustrial>
</costList>
<costStuffCount>25</costStuffCount>
<comps>
<li Class="CompProperties_Power">
<compClass>CompPowerTrader</compClass>
<basePowerConsumption>50</basePowerConsumption>
</li>
<li Class="CompProperties_Breakdownable"/>
</comps>
<designationHotKey>Misc12</designationHotKey>
<designationCategory>OldStyleFurniture</designationCategory>
<researchPrerequisites>
<li>Autodoors</li>
</researchPrerequisites>
<constructionSkillPrerequisite>6</constructionSkillPrerequisite>
</ThingDef>

I modded it in myself, you can add it to Building_WindowWall
< >
Viser 11 av 1 kommentarer
Per side: 1530 50