Skip to content

Instantly share code, notes, and snippets.

@Neceros
Created August 24, 2019 05:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Neceros/16e3eaad5bfc4114fe7fddaaa607f1e8 to your computer and use it in GitHub Desktop.
Save Neceros/16e3eaad5bfc4114fe7fddaaa607f1e8 to your computer and use it in GitHub Desktop.
Rimcuisine 2.0 Coffee Patch
<!--=========================== Non-Food ==============================-->
<ThingDef Name="RC2_CoffeeBase" ParentName="RC2_PlantBase" Abstract="true">
<label>coffee bush</label>
<description>Coffee! This bean is used the worlds over for its caffeine content and delicious taste (when roasted and brewed). Can only be grown in arid regions.</description>
<statBases>
<MaxHitPoints>80</MaxHitPoints>
<Nutrition>0.15</Nutrition>
</statBases>
<graphicData>
<texPath>RC2_Things/RC2_Plants/CoffeePlant</texPath>
<graphicClass>Graphic_Random</graphicClass>
</graphicData>
<selectable>true</selectable>
<pathCost>10</pathCost>
<plant>
<immatureGraphicPath>RC2_Things/RC2_Immature/CoffeePlant</immatureGraphicPath>
<fertilitySensitivity>1.0</fertilitySensitivity>
<dieIfLeafless>true</dieIfLeafless>
<harvestTag>Standard</harvestTag>
<harvestedThingDef>RC2_RawCoffeeBeans</harvestedThingDef>
<harvestYield>14</harvestYield>
<topWindExposure>0.35</topWindExposure>
<growDays>6</growDays>
<sowMinSkill>4</sowMinSkill>
<visualSizeRange>
<min>0.6</min>
<max>1.2</max>
</visualSizeRange>
<wildOrder>2</wildOrder>
<sowResearchPrerequisites>
<li>RC2_BasicAgriculture</li>
</sowResearchPrerequisites>
</plant>
</ThingDef>
<ThingDef ParentName="RC2_CoffeeBase">
<defName>RC2_PlantCoffee</defName>
<plant>
<sowTags>
<li>Ground</li>
</sowTags>
<mustBeWildToSow>true</mustBeWildToSow>
</plant>
</ThingDef>
<ThingDef ParentName="RC2_CoffeeBase">
<defName>RC2_PlantCoffeeHydro</defName>
<plant>
<sowTags>
<li>Hydroponic</li>
</sowTags>
</plant>
</ThingDef>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment