Chemfuel

From RimWorld Wiki
Revision as of 08:04, 23 December 2016 by Spdskatr (talk | contribs) (Someone make the page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:UC

Somebody Make the infobox welp meh

<ThingDef ParentName="ResourceBase">
    <defName>Chemfuel</defName>
    <label>chemfuel</label>
    <description>Volatile liquid chemical compound. Used to fuel rockets and other machines.</description>
    <graphicData>
      <texPath>Things/Item/Resource/Chemfuel</texPath>
      <graphicClass>Graphic_Single</graphicClass>
    </graphicData>
    <stackLimit>400</stackLimit>
		<deepCommonality>2</deepCommonality>
		<deepCountPerCell>300</deepCountPerCell>
		<statBases>
      <MaxHitPoints>50</MaxHitPoints>
      <MarketValue>4</MarketValue>
      <Mass>0.05</Mass>
      <Flammability>1.0</Flammability>
			<DeteriorationRate>1.0</DeteriorationRate>
		</statBases>
    <thingCategories>
      <li>Manufactured</li>
    </thingCategories>
  </ThingDef>