version 2.0
Working on 7dtd v1.0 with changed recipes
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
<configs>
|
||||
<append xpath="/recipes">
|
||||
<recipe name="ammoGasCan" count="10" craft_area="chemistryStation" tags="learnable,chemStationCrafting">
|
||||
<ingredient name="drinkJarGrainAlcohol" count="1"/>
|
||||
</recipe>
|
||||
<recipe name="resourceOil" count="1" craft_area="chemistryStation" tags="perkYeahScienceCrafting,learnable,chemStationCrafting">
|
||||
<ingredient name="foodCornMeal" count="24"/>
|
||||
<ingredient name="drinkCanEmpty" count="1"/>
|
||||
<effect_group>
|
||||
<passive_effect name="CraftingIngredientCount" level="2,5" operation="base_add" value="-2" tags="foodCornMeal"/>
|
||||
</effect_group>
|
||||
</recipe>
|
||||
<recipe name="ammoGasCan" count="10" craft_area="chemistryStation" tags="perkGreaseMonkey,learnable,chemStationCrafting">
|
||||
<ingredient name="foodCornMeal" count="3"/>
|
||||
<ingredient name="drinkJarBoiledWater" count="1"/>
|
||||
</recipe>
|
||||
<recipe name="resourceOil" count="1" craft_area="chemistryStation" tags="perkGreaseMonkey,learnable,chemStationCrafting">
|
||||
<ingredient name="foodCornMeal" count="12"/>
|
||||
<ingredient name="resourceCloth" count="1"/>
|
||||
<effect_group>
|
||||
<passive_effect name="CraftingIngredientCount" level="1,3,4" operation="base_add" value="-2" tags="foodCornMeal"/>
|
||||
</effect_group>
|
||||
</recipe>
|
||||
</append>
|
||||
</configs>
|
||||
</configs>
|
||||
|
||||
Reference in New Issue
Block a user