Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
Add drug plants
Browse files Browse the repository at this point in the history
  • Loading branch information
notfood committed Jan 18, 2017
1 parent b8ba775 commit 3ce7609
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Defs/ThingDefs/Items_Seeds_Core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,32 @@
<extraChance>0.25</extraChance>
</seed>
</SeedsPlease.SeedDef>

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>SeedPsychoid</defName>
<label>psychoid seeds</label>
<plant>PlantPsychoid</plant>
<statBases>
<MarketValue>60</MarketValue>
</statBases>
<seed>
<baseChance>0.75</baseChance>
<extraChance>0.25</extraChance>
</seed>
</SeedsPlease.SeedDef>

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>SeedSmokeleaf</defName>
<label>smokeleaf seeds</label>
<plant>PlantSmokeleaf</plant>
<statBases>
<MarketValue>60</MarketValue>
</statBases>
<seed>
<baseChance>0.75</baseChance>
<extraChance>0.25</extraChance>
</seed>
</SeedsPlease.SeedDef>

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>SeedTreeOak</defName>
Expand Down

0 comments on commit 3ce7609

Please sign in to comment.