
<configs>
	<append xpath="/recipes" >
		
	<recipe name="LearnbyDoingSystemTrigger" count="1" craft_time="3" craft_exp_gain="0">
			<ingredient name="resourceYuccaFibers" count="5"/>
		</recipe>
	
	<recipe name="ChickenTrapFrame" count="1" craft_time="10" craft_exp_gain="0" tags="learnable,PewPewHiddenTrapSkill">
			<ingredient name="resourceFeather" count="15"/>
			<ingredient name="resourceMechanicalParts" count="3"/>
			<ingredient name="resourceWood" count="8"/>
			<ingredient name="resourceSpring" count="1"/>
		</recipe>
		
	<recipe name="ChickenTrapBait" count="1" craft_time="4" craft_exp_gain="0" tags="learnable,PewPewHiddenTrapSkill">
			<ingredient name="resourceScrapLead" count="5"/>
			<ingredient name="foodCropCorn" count="1"/>
			<ingredient name="foodCropMushrooms" count="1"/>
		</recipe>
		
	<recipe name="ChickenLure_Stage1" count="1" craft_time="15" craft_exp_gain="0" tags="learnable,PewPewHiddenTrapSkill">
			<ingredient name="ChickenTrapFrame" count="1"/>
			<ingredient name="ChickenTrapBait" count="1"/>
		</recipe>
		
	<recipe name="NewGlueRecipeBook" count="1" craft_time="5" craft_exp_gain="0">
			<ingredient name="trapsSkillMagazine" count="1"/>
			<ingredient name="eggGolden" count="1"/>
		</recipe>
		
	<recipe name="ChickenTrapsBook" count="1" craft_time="5" craft_exp_gain="0">
			<ingredient name="trapsSkillMagazine" count="3"/>
		</recipe>

	<recipe name="resourceGlue" count="1" craft_time="10" craft_exp_gain="0" craft_area="campfire" craft_tool="toolCookingPot" tags="learnable,PewPewHiddenTrapSkill">
			<ingredient name="resourceFeather" count="30"/>
			<ingredient name="drinkJarBoiledWater" count="1"/>
		</recipe>
	<!-- count="25" intentional -->	
	<recipe name="resourceGlue" count="25" craft_time="15" craft_exp_gain="0" craft_area="campfire" craft_tool="toolCookingPot" tags="learnable,PewPewHiddenTrapSkill">
			<ingredient name="featherGolden" count="1"/>
			<ingredient name="drinkJarBoiledWater" count="1"/>
		</recipe>
		
	<recipe name="RabbitTrapFrame" count="1" craft_time="10" craft_exp_gain="0" tags="PewPewHiddenTrapSkill">
			<ingredient name="resourceLeather" count="3"/>
			<ingredient name="resourceMechanicalParts" count="3"/>
			<ingredient name="resourceWood" count="8"/>
			<ingredient name="resourceSpring" count="1"/>
		</recipe>
		
	<recipe name="RabbitTrapBait" count="1" craft_time="4" craft_exp_gain="0" tags="PewPewHiddenTrapSkill">
			<ingredient name="resourceScrapLead" count="5"/>
			<ingredient name="foodCropBlueberries" count="1"/>
			<ingredient name="chickenPheramone" count="1"/>
		</recipe>
		
	<recipe name="RabbitLure_Stage1" count="1" craft_time="15" craft_exp_gain="0" tags="PewPewHiddenTrapSkill">
			<ingredient name="RabbitTrapFrame" count="1"/>
			<ingredient name="RabbitTrapBait" count="1"/>
		</recipe>
		
	<recipe name="ZombieLure_Stage1" count="1" craft_time="8" craft_exp_gain="0" tags="PewPewHiddenTrapSkill">
			<ingredient name="RabbitPheramone" count="1"/>
			<ingredient name="chickenPheramone" count="1"/>
			<ingredient name="resourceWood" count="15"/>
			<ingredient name="foodRawMeat" count="10"/>
			<ingredient name="resourceAnimalFat" count="5"/>
		</recipe>
		
	<recipe name="UniversalLure_Stage1" count="1" craft_time="10" craft_exp_gain="0" tags="PewPewHiddenTrapSkill">
			<ingredient name="RabbitPheramone" count="1"/>
			<ingredient name="chickenPheramone" count="1"/>
			<ingredient name="UniversalTrapBait" count="1"/>
			<ingredient name="ZombiePheramone" count="1"/>
			<ingredient name="foodRawMeat" count="20"/>
		</recipe>
		
</append>

</configs>