Jump to content

Madmole’s Recipe Request


madmole

Recommended Posts

If you guys want to brainstorm what to do with the remaining cans of food that puts them in a unique interesting recipe, share it. That doesn't mean new pie in the sky recipes, it means post me a recipe using xml of a new food item using the cans we have that makes sense. Please post your ideas like this:

 

Sham Chowder Recipe:

<recipe name="foodShamChowder" count="1" craft_area="campfire" craft_tool="toolCookingPot" tags="learnable">

<ingredient name="foodShamSandwich" count="1"/>

<ingredient name="foodCropPotato" count="2"/>

<ingredient name="foodCropCorn" count="2"/>

<ingredient name="drinkJarBoiledWater" count="1"/>

</recipe>

Link to comment
Share on other sites

Tuna Casserole Recipe:

<recipe name="foodTunaCasserole" count="1" craft_area="campfire" craft_tool="toolCookingPot" tags="learnable">

<ingredient name="foodCanTuna" count="2"/>

<ingredient name="foodCanPasta" count="2"/>

<ingredient name="foodCanPeas" count="1"/>

<ingredient name="foodCropMushrooms" count="4"/>

<ingredient name="drinkJarBoiledWater" count="1"/>

</recipe>

Link to comment
Share on other sites

Its used in Sham Chowder. If you guys want to brainstorm what to do with the remaining cans of food that puts them in a unique interesting recipe, share it. That doesn't mean new pie in the sky recipes, it means post me a recipe using xml of a new food item using the cans we have that makes sense. Please post your ideas like this:

 

Sham Chowder Recipe:

<recipe name="foodShamChowder" count="1" craft_area="campfire" craft_tool="toolCookingPot" tags="learnable">

<ingredient name="foodShamSandwich" count="1"/>

<ingredient name="foodCropPotato" count="2"/>

<ingredient name="foodCropCorn" count="2"/>

<ingredient name="drinkJarBoiledWater" count="1"/>

</recipe>

 

It's not. As the recipe states, it's a Sham sandwich that's used...which we can not make.

 

So then, maybe this...

 

 

<recipe name="foodShamSandwich" count="1" craft_area="campfire" craft_tool="toolCookingPot" tags="w/e">

<ingredient name="foodCannedSham" count="1"/>

<ingredient name="foodCornbread" count="2"/>

 

Maybe the Sham Chowder recipe is wrong though and it's supposed to be a can of Sham (which makes more sense than a sandwich imo)

Link to comment
Share on other sites

It's not. As the recipe states, it's a Sham sandwich that's used...which we can not make.

 

So then, maybe this...

 

 

<recipe name="foodShamSandwich" count="1" craft_area="campfire" craft_tool="toolCookingPot" tags="w/e">

<ingredient name="foodCannedSham" count="1"/>

<ingredient name="foodCornbread" count="2"/>

 

Its not? I just pasted it straight from recipes. You can make sham chowder, but you need a perk.

 

The requirement for these advanced use a can recipe is that they should use 4 ingredients, otherwise the ingredient bonus won't be there and its a waste of a good can of food.

Link to comment
Share on other sites

Shepherd's Pie

 

<recipe name="foodShepherdsPie" count="1" craft_area="campfire" craft_tool="toolCookingGrill" tags="learnable">

<ingredient name="foodMeat" count="1"/>

<ingredient name="foodCropPotato" count="2"/>

<ingredient name="foodCropCorn" count="2"/>

<ingredient name="foodCanofPeas" count="1"/>

Link to comment
Share on other sites

Tuna Casserole Recipe:

<recipe name="foodTunaCasserole" count="1" craft_area="campfire" craft_tool="toolCookingPot" tags="learnable">

<ingredient name="foodCanTuna" count="2"/>

<ingredient name="foodCanPasta" count="2"/>

<ingredient name="foodCanPeas" count="1"/>

<ingredient name="foodCropMushrooms" count="4"/>

<ingredient name="drinkJarBoiledWater" count="1"/>

</recipe>

 

I like it :) That one would be sick too, because of how food calories calculate.

Link to comment
Share on other sites

Its not? I just pasted it straight from recipes. You can make sham chowder, but you need a perk.

 

The requirement for these advanced use a can recipe is that they should use 4 ingredients, otherwise the ingredient bonus won't be there and its a waste of a good can of food.

 

I know you need a perk...but the recipe calls for a Sham sandwich, not a Can of Sham... From your post....

 

<recipe name="foodShamChowder" count="1" craft_area="campfire" craft_tool="toolCookingPot" tags="learnable">

<ingredient name="foodShamSandwich" count="1"/>

Link to comment
Share on other sites

Shepherd's Pie

 

<recipe name="foodShepherdsPie" count="1" craft_area="campfire" craft_tool="toolCookingGrill" tags="learnable">

<ingredient name="foodMeat" count="1"/>

<ingredient name="foodCropPotato" count="2"/>

<ingredient name="foodCropCorn" count="2"/>

<ingredient name="foodCanofPeas" count="1"/>

 

Got it, thanks. I think I'd add corn starch for the pie portion.

Link to comment
Share on other sites

Fish and Chips Recipe:

<recipe name="foodFishAndChips" count="1" craft_area="campfire" craft_tool="toolCookingPot" tags="learnable">

<ingredient name="foodCanSalmon" count="1"/>

<ingredient name="drinkJarBeer" count="1"/>

<ingredient name="foodCornMeal" count="3"/>

<ingredient name="foodCropPotato" count="2"/>

<ingredient name="resourceAnimalFat" count="4"/>

</recipe>

 

EDIT: Had to add the beer. Beer batter is better! lol

Link to comment
Share on other sites

Chicken Ramen Recipe:

<recipe name="foodChickenRamen" count="1" craft_area="campfire" craft_tool="toolCookingPot" tags="learnable">

<ingredient name="foodCanChicken" count="1"/>

<ingredient name="foodCanPasta" count="1"/>

<ingredient name="foodCanStock" count="1"/>

<ingredient name="foodCanMiso" count="1"/>

<ingredient name="foodEgg" count="1"/>

</recipe>

Link to comment
Share on other sites

Ramen Noodles Recipe:

<recipe name="foodRamenNoodles" count="1" craft_area="campfire" craft_tool="toolCookingPot" tags="learnable">

<ingredient name="foodCanofMiso" count="1"/>

<ingredient name="foodCanofPasta" count="2"/>

<ingredient name="foodChickenRation" count="1"/>

<ingredient name="foodCanofPeas" count="1"/>

</recipe>

 

(Atomic was faster than I was.. but on the same wave length.. )

Link to comment
Share on other sites

I know you need a perk...but the recipe calls for a Sham sandwich, not a Can of Sham... From your post....

 

<recipe name="foodShamChowder" count="1" craft_area="campfire" craft_tool="toolCookingPot" tags="learnable">

<ingredient name="foodShamSandwich" count="1"/>

 

Oh I see what you mean. Thanks.

Link to comment
Share on other sites

Chicken Ramen Recipe:

<recipe name="foodChickenRamen" count="1" craft_area="campfire" craft_tool="toolCookingPot" tags="learnable">

<ingredient name="foodCanChicken" count="1"/>

<ingredient name="foodCanPasta" count="1"/>

<ingredient name="foodCanStock" count="1"/>

<ingredient name="foodCanMiso" count="1"/>

<ingredient name="foodEgg" count="1"/>

</recipe>

 

Nobody has all of that though. Lets try to limit it to 1-2 canned items, some meat and veggies for filler.

Link to comment
Share on other sites

Can't have a decient Apocalypse without "Twonkies"! (we all know Twinkies would still be around in their packages 50 years later.) haha

 

"Twonkies" Recipe:

<recipe name="Twonkies" count="1" craft_area="campfire" craft_tool="toolCookingPot" tags="learnable">

<ingredient name="foodCornbread" count="1"/>

<ingredient name="foodJarofHoney" count="1"/>

<ingredient name="foodCropBlueberry" count="5"/>

</recipe>

Link to comment
Share on other sites

Ramen Noodles Recipe:

<recipe name="foodRamenNoodles" count="1" craft_area="campfire" craft_tool="toolCookingPot" tags="learnable">

<ingredient name="foodCanofMiso" count="1"/>

<ingredient name="foodCanofPasta" count="2"/>

<ingredient name="foodChickenRation" count="1"/>

<ingredient name="foodCanofPeas" count="1"/>

</recipe>

 

That is more like full on chicken soup, ramen is just noodles.

 

As mentioned, lets restrict to 1-2 cans if we can and try to come up with cool robust recipes, these are supposed to be the more filling and nutritious higher tier foods.

Link to comment
Share on other sites

I thought it has a pie crust like a pot pie though?

 

Nope. It's a layer of mashed potatoes on top that's looks like a pie crust. Meat, potatoes, corn and peas.

 

Only problem is you bake it instead of boiling or grilling. Any consideration for using the forge to bake stuff? Or will we get an oven at some point? Thanks MM!

Link to comment
Share on other sites

I thought it has a pie crust like a pot pie though?

 

 

Shepherd's Pie is meat and veg with gravy, under a topping of mashed potato. No pastry involved whatsoever.

 

Btw, the difference between Shepherd's Pie and Cottage Pie is that Shepherd's Pie uses lamb meat and Cottage Pie uses beef. Otherwise, it's the same pie.

Link to comment
Share on other sites

Lamb Shanks Recipe:

<recipe name="foodLambShank" count="1" craft_area="campfire" craft_tool="toolCookingPot" tags="learnable">

<ingredient name="foodCanLambRations" count="1"/>

<ingredient name="itemBone" count="2"/>

<ingredient name="foodMushroom" count="4"/>

<ingredient name="foodAnimaFat" count="1"/>

<ingredient name="foodPotatoe" count="4"/>

</recipe>

Link to comment
Share on other sites

Nobody has all of that though. Lets try to limit it to 1-2 canned items, some meat and veggies for filler.

 

Revised

Blood Ramen Recipe:

<recipe name="foodBloodRamen" count="1" craft_area="campfire" craft_tool="toolCookingPot" tags="learnable">

<ingredient name="resourceFemur" count="2"/>

<ingredient name="foodCanPasta" count="1"/>

<ingredient name="foodCanMiso" count="1"/>

<ingredient name="foodEgg" count="1"/>

<ingredient name="drinkJarRedTea" count="1"/>

</recipe>

Link to comment
Share on other sites

Mc Burger Recipe:

<recipe name="foodMcBurger count="1" craft_area="campfire" craft_tool="toolCookingPot" tags="learnable">

<ingredient name="foodMoldyBread" count="2"/>

<ingredient name="FoodRottenFlesh" count="1"/>

<ingredient name="ItemPlantFibres" count="5"/>

<ingredient name="foodAnimaFat" count="5"/>

<ingredient name="foodAntiBiotic" count="1"/>

</recipe>

Link to comment
Share on other sites

"Magic Mushrooms" Recipe:

<recipe name="Magic Mushrooms" count="1" craft_area="campfire" craft_tool="toolCookingPot" tags="learnable">

<ingredient name="foodMushroom" count="10"/>

<ingredient name="JarofAcid" count="1"/>

<ingredient name="foodCanofMiso" count="1"/>

<ingredient name="foodShamSandwhich" count="2"/>

</recipe>

Link to comment
Share on other sites

Got it, thanks. I think I'd add corn starch for the pie portion.

 

It's not a 'pie' as such (not with pastry at least).

 

Basically minced meat, chopped vege mixed together and mashed potato on top baked in an oven.

 

Update - others already pointed this out...perhaps I should finish reading before posting lol.

The-Best-Classic-Shepherds-Pie-600X900.thumb.jpg.db5970d5c398011d5481a82bc7f163ec.jpg

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...