RimWorld

RimWorld

Simple Utilities: Fridge Addon
Bambaryła 23 Jul, 2023 @ 4:27am
Bit better size
<ThingDef ParentName="OwlFridgeBase" Name="ThatCodyGuy_RefrigeratedBoxTrucks" >
<defName>ThatCodyGuy_RefrigeratedBoxTrucks</defName>
<label>Refrigerated Box Trucks</label>
<minifiedDef Inherit="false" />
<thingCategories Inherit="false" />
<tradeTags Inhert="false" />
<drawGUIOverlay>false</drawGUIOverlay>
<graphicData>
<texPath>Things/RefrigeratedBoxTrucks/Refrigerated_Box_Trucks</texPath>
<graphicClass>Graphic_Multi</graphicClass>
<drawSize>(5,3)</drawSize>
<drawOffsetNorth>(-0.4, 4, 0.3)</drawOffsetNorth>
<drawOffsetSouth>(0.35, 4, 0.3)</drawOffsetSouth>
<drawOffsetEast>(0,4,0.4)</drawOffsetEast>
<drawOffsetWest>(0,4,0.4)</drawOffsetWest>
</graphicData>
<defaultPlacingRot>South</defaultPlacingRot>
<altitudeLayer>Building</altitudeLayer>
<passability>PassThroughOnly</passability>
<pathCost>80</pathCost>
<fillPercent>0.5</fillPercent>
<castEdgeShadows>false</castEdgeShadows>
<costList>
<Steel>175</Steel>
<ComponentIndustrial>11</ComponentIndustrial>
</costList>
<statBases>
<Mass>1200</Mass>
<MaxHitPoints>1200</MaxHitPoints>
<WorkToBuild>2100</WorkToBuild>
<Flammability>0.5</Flammability>
</statBases>
<size>(4,2)</size>
<comps>
<li Class="CompProperties_Power">
<compClass>CompPowerTrader</compClass>
<basePowerConsumption>850</basePowerConsumption>
</li>
<li Class='LWM.DeepStorage.Properties'>
<minNumberStacks>1</minNumberStacks>
<maxNumberStacks>30</maxNumberStacks>
<showContents>false</showContents>
<overlayType>CountOfAllStacks</overlayType>
</li>
</comps>
<researchPrerequisites>
<li>Fabrication</li>
<li>Machining</li>
</researchPrerequisites>
<designationHotKey>Misc12</designationHotKey>
<staticSunShadowHeight>0.6</staticSunShadowHeight>
<description>A powered, sealed container which can be used to freeze and store perishable food. This unit is twelve times the size.</description>
</ThingDef>