Difference between revisions of "Chemfuel"

From RimWorld Wiki
Jump to navigation Jump to search
(Removed comment - it is now explodes. Removed XML code section.)
Line 10: Line 10:
  
 
{{Info|'''Chemfuel''' is a resource crafted from [[wood]] or organic material at a [[refinery]] or mined 150 at a time with a [[deep drill]]. It can be used to fuel [[pod launcher]]s, or as a crafting ingredient.}}
 
{{Info|'''Chemfuel''' is a resource crafted from [[wood]] or organic material at a [[refinery]] or mined 150 at a time with a [[deep drill]]. It can be used to fuel [[pod launcher]]s, or as a crafting ingredient.}}
 
Contrary to its description, chemfuel will not actually explode if it catches fire; it's simply destroyed.
 
 
{{-}}
 
<source lang="xml">
 
<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>
 
</source>
 

Revision as of 17:41, 31 May 2017

Chemfuel

Chemfuel.png

A volatile liquid chemical. Used to fuel engines and rockets, or to transmute into propellant for projectiles, or as an incendiary weapon.


Type
Crafted Resource
Stack Limit
150

Base Stats

Deterioration Rate
2
Flammability
2
Market Value
2.3
Mass
0.05
Max Hit Points
50

Stat Modifiers

Chemfuel is a resource crafted from wood or organic material at a refinery or mined 150 at a time with a deep drill. It can be used to fuel pod launchers, or as a crafting ingredient.