Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <Buildings>
- <ThingDef Name="BuildingBase" Abstract="True">
- <category>Building</category>
- <soundImpactDefault>BulletImpactMetal</soundImpactDefault>
- <selectable>true</selectable>
- <drawerType>MapMeshAndRealTime</drawerType>
- <terrainAffordanceNeeded>Light</terrainAffordanceNeeded>
- <repairEffect>Repair</repairEffect>
- <leaveResourcesWhenKilled>true</leaveResourcesWhenKilled>
- <filthLeaving>BuildingRubble</filthLeaving>
- </ThingDef>
- <ThingDef ParentName="BuildingBase">
- <defName>AdvancedToolCabinet</defName>
- <label>advanced tool cabinet</label>
- <graphicData>
- <texPath>Things/AdvancedToolCabinet</texPath>
- <graphicClass>Graphic_Multi</graphicClass>
- <drawSize>(2,1)</drawSize>
- <color>(96,114,95)</color>
- <damageData>
- <cornerTL>Damage/Corner</cornerTL>
- <cornerTR>Damage/Corner</cornerTR>
- <cornerBL>Damage/Corner</cornerBL>
- <cornerBR>Damage/Corner</cornerBR>
- </damageData>
- </graphicData>
- <altitudeLayer>Building</altitudeLayer>
- <passability>PassThroughOnly</passability>
- <castEdgeShadows>true</castEdgeShadows>
- <staticSunShadowHeight>0.35</staticSunShadowHeight>
- <fillPercent>0.5</fillPercent>
- <statBases>
- <MaxHitPoints>200</MaxHitPoints>
- <WorkToMake>2000</WorkToMake>
- <Flammability>1.0</Flammability>
- </statBases>
- <description>Increases work speed. Needs to be placed near workbench. One workbench can be simultaneously linked to only two tools cabinets.</description>
- <size>(2,1)</size>
- <costList>
- <Plasteel>200</Plasteel>
- </costList>
- <designationCategory>Misc</designationCategory>
- <minifiedDef>MinifiedFurniture</minifiedDef>
- <comps>
- <li Class="CompProperties_Facility">
- <statOffsets>
- <WorkTableWorkSpeedFactor>0.15</WorkTableWorkSpeedFactor>
- </statOffsets>
- <maxSimultaneous>1</maxSimultaneous>
- </li>
- </comps>
- <designationHotkey>Misc6</designationHotkey>
- <placeWorkers>
- <li>PlaceWorker_ShowFacilitiesConnections</li>
- </placeWorkers>
- </ThingDef>
- </Buildings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement