version 2.0
Working on 7dtd v1.0 with changed recipes
This commit is contained in:
parent
26069406b5
commit
4d8e17d1d8
@ -1,14 +1,15 @@
|
|||||||
<configs>
|
<configs>
|
||||||
<append xpath="/recipes">
|
<append xpath="/recipes">
|
||||||
<recipe name="ammoGasCan" count="10" craft_area="chemistryStation" tags="learnable,chemStationCrafting">
|
<recipe name="ammoGasCan" count="10" craft_area="chemistryStation" tags="perkGreaseMonkey,learnable,chemStationCrafting">
|
||||||
<ingredient name="drinkJarGrainAlcohol" count="1"/>
|
<ingredient name="foodCornMeal" count="3"/>
|
||||||
</recipe>
|
<ingredient name="drinkJarBoiledWater" count="1"/>
|
||||||
<recipe name="resourceOil" count="1" craft_area="chemistryStation" tags="perkYeahScienceCrafting,learnable,chemStationCrafting">
|
</recipe>
|
||||||
<ingredient name="foodCornMeal" count="24"/>
|
<recipe name="resourceOil" count="1" craft_area="chemistryStation" tags="perkGreaseMonkey,learnable,chemStationCrafting">
|
||||||
<ingredient name="drinkCanEmpty" count="1"/>
|
<ingredient name="foodCornMeal" count="12"/>
|
||||||
<effect_group>
|
<ingredient name="resourceCloth" count="1"/>
|
||||||
<passive_effect name="CraftingIngredientCount" level="2,5" operation="base_add" value="-2" tags="foodCornMeal"/>
|
<effect_group>
|
||||||
</effect_group>
|
<passive_effect name="CraftingIngredientCount" level="1,3,4" operation="base_add" value="-2" tags="foodCornMeal"/>
|
||||||
</recipe>
|
</effect_group>
|
||||||
|
</recipe>
|
||||||
</append>
|
</append>
|
||||||
</configs>
|
</configs>
|
||||||
|
13
ModInfo.xml
13
ModInfo.xml
@ -1,9 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<xml>
|
<xml>
|
||||||
<ModInfo>
|
<Name value="CornFuelAndOil"/>
|
||||||
<Name value="Corn Fuel and Oil"/>
|
<DisplayName value="Corn Fuel and Oil"/>
|
||||||
<Description value="Adds recipes to the game to create Gas Cans from Grain Alcohol and Oil from Cornmeal."/>
|
<Description value="Adds recipes to the game to create Gas Cans and Oil from Cornmeal."/>
|
||||||
<Author value="Critterman"/>
|
<Author value="dactyl"/>
|
||||||
<Version value="1.0"/>
|
<Version value="2.0"/>
|
||||||
</ModInfo>
|
</xml>
|
||||||
</xml>
|
|
||||||
|
10
mod.xml
10
mod.xml
@ -1,10 +0,0 @@
|
|||||||
<mod>
|
|
||||||
<info>
|
|
||||||
<author>Critterman</author>
|
|
||||||
<name>Corn Fuel and Oil</name>
|
|
||||||
<description>Adds recipes to the game to create Gas Cans from Grain Alcohol and Oil from Cornmeal.</description>
|
|
||||||
<mod_version>1.0</mod_version>
|
|
||||||
<game_version>18.4</game_version>
|
|
||||||
<launcher_version>0.7.3</launcher_version>
|
|
||||||
</info>
|
|
||||||
</mod>
|
|
Loading…
Reference in New Issue
Block a user