Difference between revisions of "Chemfuel"
Jump to navigation
Jump to search
(Expanded text.) |
|||
Line 1: | Line 1: | ||
− | |||
− | |||
{{Define|Crafted Resource | {{Define|Crafted Resource | ||
− | | description | + | | description = Volatile liquid chemical compound. Used to fuel rockets and other machines. |
− | | stack limit | + | | stack limit = 400 |
− | | mass | + | | mass = 0.05 |
− | | market value base | + | | market value base = 4 |
− | | max hit points base = 50 | + | | max hit points base = 50 |
− | | flammability base | + | | flammability base = 1.0 |
+ | | deterioration rate base = 1 | ||
}} | }} | ||
− | Chemfuel is a resource crafted from wood | + | {{Info|'''Chemfuel''' is a resource crafted from [[wood]] or organic material at a [[refinery]] or mined 150 at a time with a [[deep drill]]. Its only use currently is to fuel [[drop pod launcher]]s.}} |
+ | Contrary to its description, chemfuel will not actually explode if it catches fire; it's simply destroyed. | ||
{{-}} | {{-}} |
Revision as of 07:41, 28 December 2016
Chemfuel
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
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. Its only use currently is to fuel drop pod launchers. Contrary to its description, chemfuel will not actually explode if it catches fire; it's simply destroyed.
<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>