Advertisement
Guest User

Untitled

a guest
Oct 17th, 2016
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.23 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Buildings>
  3.  
  4.  
  5.     <ThingDef Name="BuildingBase" Abstract="True">
  6.         <category>Building</category>
  7.         <soundImpactDefault>BulletImpactMetal</soundImpactDefault>
  8.         <selectable>true</selectable>
  9.         <drawerType>MapMeshAndRealTime</drawerType>
  10.         <terrainAffordanceNeeded>Light</terrainAffordanceNeeded>
  11.  
  12.         <repairEffect>Repair</repairEffect>
  13.         <leaveResourcesWhenKilled>true</leaveResourcesWhenKilled>
  14.         <filthLeaving>BuildingRubble</filthLeaving>
  15.     </ThingDef>
  16.  
  17.     <ThingDef ParentName="BuildingBase">
  18.     <defName>AdvancedToolCabinet</defName>
  19.     <label>advanced tool cabinet</label>
  20.     <graphicData>
  21.       <texPath>Things/AdvancedToolCabinet</texPath>
  22.       <graphicClass>Graphic_Multi</graphicClass>
  23.       <drawSize>(2,1)</drawSize>
  24.       <color>(96,114,95)</color>
  25.       <damageData>
  26.         <cornerTL>Damage/Corner</cornerTL>
  27.         <cornerTR>Damage/Corner</cornerTR>
  28.         <cornerBL>Damage/Corner</cornerBL>
  29.         <cornerBR>Damage/Corner</cornerBR>
  30.       </damageData>
  31.     </graphicData>
  32.     <altitudeLayer>Building</altitudeLayer>
  33.     <passability>PassThroughOnly</passability>
  34.     <castEdgeShadows>true</castEdgeShadows>
  35.     <staticSunShadowHeight>0.35</staticSunShadowHeight>
  36.     <fillPercent>0.5</fillPercent>
  37.     <statBases>
  38.       <MaxHitPoints>200</MaxHitPoints>
  39.       <WorkToMake>2000</WorkToMake>
  40.       <Flammability>1.0</Flammability>
  41.     </statBases>
  42.     <description>Increases work speed. Needs to be placed near workbench. One workbench can be simultaneously linked to only two tools cabinets.</description>
  43.     <size>(2,1)</size>
  44.     <costList>
  45.       <Plasteel>200</Plasteel>
  46.     </costList>
  47.     <designationCategory>Misc</designationCategory>
  48.     <minifiedDef>MinifiedFurniture</minifiedDef>
  49.     <comps>
  50.       <li Class="CompProperties_Facility">
  51.         <statOffsets>
  52.           <WorkTableWorkSpeedFactor>0.15</WorkTableWorkSpeedFactor>
  53.         </statOffsets>
  54.         <maxSimultaneous>1</maxSimultaneous>
  55.       </li>
  56.     </comps>
  57.     <designationHotkey>Misc6</designationHotkey>
  58.         <placeWorkers>
  59.             <li>PlaceWorker_ShowFacilitiesConnections</li>
  60.         </placeWorkers>
  61.   </ThingDef>
  62. </Buildings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement