Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
emipa606 committed Oct 7, 2019
1 parent bac0839 commit 2a0ef32
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions Defs/ThingDefs/Things.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,39 @@
</comps>
</ThingDef>

<!-- Kibble -->
<ThingDef ParentName="OrganicProductBase">
<defName>CAN_CannibalKibble</defName>
<label>cannibal kibble</label>
<description>Animal feed made from human and plant sources. Humans can eat it, but they really, really don't like it.</description>
<thingCategories>
<li>Foods</li>
</thingCategories>
<graphicData>
<texPath>CAN_CannibalKibble</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<socialPropernessMatters>true</socialPropernessMatters>
<statBases>
<MarketValue>1.1</MarketValue>
<Mass>0.015</Mass>
<Nutrition>0.05</Nutrition>
<FoodPoisonChanceFixedHuman>0.02</FoodPoisonChanceFixedHuman>
</statBases>
<ingestible>
<foodType>Kibble</foodType>
<preferability>RawBad</preferability>
<tasteThought>AteKibble</tasteThought>
<optimalityOffsetHumanlikes>-30</optimalityOffsetHumanlikes>
<optimalityOffsetFeedingAnimals>15</optimalityOffsetFeedingAnimals>
<ingestEffect>EatVegetarian</ingestEffect>
<ingestSound>RawVegetable_Eat</ingestSound>
</ingestible>
<comps>
<li Class="CompProperties_Ingredients" />
</comps>
</ThingDef>

<!-- Survival Meal -->
<ThingDef ParentName="MealBase">
<defName>CAN_CannibalMealSurvivalPack</defName>
Expand Down

0 comments on commit 2a0ef32

Please sign in to comment.