Skip to content

Commit

Permalink
Version 5.15.39
Browse files Browse the repository at this point in the history
Forgot to include a file in the 1.5 directory.
  • Loading branch information
GeodesicDragon committed Apr 19, 2024
1 parent 4bc96bc commit 98a3c84
Showing 1 changed file with 36 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -434,5 +434,40 @@
<Neutroamine>100</Neutroamine>
</products>
</RecipeDef>


<!--REQUEST HERBAL MEDICINE-->

<RecipeDef>
<defName>MLRP_NMM_MedicineHerbal</defName>
<label>request 50 herbal medicine</label>
<description>Offer your surplus food in exchange for herbal medicine.</description>
<jobString>Making an offering to Nightmare Moon</jobString>
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
<workSkill>Crafting</workSkill>
<allowMixingIngredients>true</allowMixingIngredients>
<workAmount>300</workAmount>
<recipeUsers>
<li>MLRP_NightmareMoon</li>
</recipeUsers>
<ingredients>
<li>
<filter>
<customSummary>pony-friendly foodstuffs</customSummary>
<categories>
<li>PlantFoodRaw</li>
</categories>
</filter>
<count>250</count>
</li>
</ingredients>
<fixedIngredientFilter>
<categories>
<li>PlantFoodRaw</li>
</categories>
</fixedIngredientFilter>
<products>
<MedicineHerbal>50</MedicineHerbal>
</products>
</RecipeDef>

</Defs>

0 comments on commit 98a3c84

Please sign in to comment.