<Witos>
	<append xpath="/recipes">
		<recipe name="Corsahassis" count="1" craft_area="workbench" craft_time="150" tags="workbenchCrafting">
			<ingredient name="resourceForgedSteel" count="100"/>
			<ingredient name="resourceMechanicalParts" count="30"/>
			<ingredient name="resourceDuctTape" count="12"/>
			<ingredient name="resourceMetalPipe" count="12"/>
			<ingredient name="resourceSpring" count="3"/>
			<effect_group>
				<passive_effect name="CraftingIngredientCount" operation="perc_add" level="0,3" value=".5,.5" tags="resourceForgedSteel,resourceMetalPipe,resourceMechanicalParts,resourceDuctTape"/>
			</effect_group>
		</recipe>
		<recipe name="CorsaBody" count="1" craft_area="workbench" craft_time="150" tags="workbenchCrafting">
			<ingredient name="resourceForgedSteel" count="200"/>
			<ingredient name="resourceMechanicalParts" count="30"/>
			<ingredient name="resourceDuctTape" count="25"/>
			<ingredient name="resourceMetalPipe" count="12"/>
			<ingredient name="resourceSpring" count="4"/>
			<effect_group>
				<passive_effect name="CraftingIngredientCount" operation="perc_add" level="0,3" value=".5,.5" tags="resourceForgedSteel,resourceMetalPipe,resourceMechanicalParts,resourceDuctTape"/>
			</effect_group>
		</recipe>
		
		<recipe name="vehicleWitosCorsaPlaceable" count="1" craft_area="workbench" craft_time="150" tags="workbenchCrafting">
			<ingredient name="vehicleWheels" count="4"/>
			<ingredient name="CorsaBody" count="1"/>
			<ingredient name="resourceForgedSteel" count="200"/>
			<ingredient name="smallEngine" count="2"/>
			<ingredient name="carBattery" count="1"/>
		</recipe>
		
		<recipe name="CorsaChasismodVehicle" count="1" craft_area="workbench" craft_time="150" tags="workbenchCrafting">
			<ingredient name="resourceMetalPipe" count="40"/>
			<ingredient name="Corsahassis" count="1"/>
			<ingredient name="resourceForgedSteel" count="50"/>
			<ingredient name="resourceDuctTape" count="20"/>
			<ingredient name="resourceSpring" count="10"/>
		</recipe>
		
	</append>
 </Witos>