<?xml version="1.0" encoding="utf-8" ?>
<Defs>

<!--
  <ThingDef ParentName="ResourceBase">
    <defName>ET_Formula</defName>
    <label>biogenesis formula</label>
    <description>Contains a carefully calculated series of elements, that under the proper lab-controlled circumstances, can create life.</description>
    <graphicData>
      <texPath>Things/Item/Resource/Neutroamine</texPath>
      <graphicClass>Graphic_Single</graphicClass>
    </graphicData>
    <stackLimit>400</stackLimit>
    <statBases>
      <MaxHitPoints>50</MaxHitPoints>
      <MarketValue>10</MarketValue>
      <Mass>0.02</Mass>
      <Flammability>1.0</Flammability>
	  <DeteriorationRate>1.0</DeteriorationRate>
	</statBases>
	<tradeability>Sellable</tradeability>
    <techLevel>Spacer</techLevel>
    <thingCategories>
      <li>Manufactured</li>
    </thingCategories>
  </ThingDef>
-->
  <!--================== Bases ==================-->

  <ThingDef Name="ResourceBase" Abstract="True">
    <thingClass>ThingWithComps</thingClass>
    <category>Item</category>
    <resourceReadoutPriority>Middle</resourceReadoutPriority>
    <useHitPoints>true</useHitPoints>
    <selectable>true</selectable>
    <altitudeLayer>Item</altitudeLayer>
    <stackLimit>75</stackLimit>
		<statBases>
			<Beauty>-7</Beauty>
		</statBases>
		<comps>
			<li Class="CompProperties_Forbiddable"/>
		</comps>
		<alwaysHaulable>true</alwaysHaulable>
		<drawGUIOverlay>true</drawGUIOverlay>
		<rotatable>false</rotatable>
		<pathCost>15</pathCost>
	</ThingDef>

</Defs>
