PC Madmole’s Recipe Request

Status
Not open for further replies.

madmole

Fun Pimps Staff
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>

 
Last edited by a moderator:
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>

 
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)

 
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.

 
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"/>

 
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.

 
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"/>

 
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.

 
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

 
Got it, thanks. I think I'd add corn starch for the pie portion.
LOL..Shepherds Pie isn't really a 'pie' like an Apple Pie or Blueberry Pie is...it's just the name.

 
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>

 
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.. )

 
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.

 
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.

 
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>

 
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.

 
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!

 
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.

 
no Shepard pie is typically ground lamb under a bed of mashed potatoes. people then add corn or carrots and other things to the meat section. It has also become popular to used ground beef instead of lamb.

 
Status
Not open for further replies.
Back
Top