UnReal World > Modding

First modding attempt: Fried Turnips

(1/2) > >>

Korvi:
Here's my first attempt at a mod. It's a recipe for fried turnips. I'm not sure if I think the proportions and times are right...20 minutes to prep and 30 minutes to slowly fry with 1lb of turnips and .2lbs of any fat.

Any feedback or tips appreciated :)



--- Code: ---.Fried turnips. *COOKERY* /20/ \30\ %20% :148:
{Turnip} #1# [remove] [bake]
{* fat} #0.2# [remove] [bake]
{Knife} '+for chopping and peeling'
{Seasoning} #0.25# [remove] [bake] [optional]
--- End code ---

Toolhead:
Nice!

Maybe require a pot to fry them in?

20 mins to cut a pound of turnips seems a bit much but balancing is up to the user of course.

You could also add a [patch:5] tag to the header, and [patchwise] to the removed ingredients to be able to make it in batches of 5

Korvi:
The reason I used the "bake" recipe style is because it automatically requires a pot. Roast didn't seem quite right. I agree with you on the time though...I'm going to cut that down and add patchwise as well.

Korvi:
Here's a more recent updated but I found something interesting.
When I added patch and patchwise it looks like I end up with multiple pots afterwards when using bake. I wonder if bake is incompatible with patchwise?
I modified the amounts a bit and the times and tried to make the carb/fat proportion match. Still not sure if this is quite right. I think I need to tweak the turnip amount up to about 3lbs and the fat to match and then up the time just a bit.


--- Code: ---.Fried turnips. *COOKERY* /5/ \10\ %20% :148:
{Turnip} #0.9# [remove] [bake]
{* fat} #0.1# [remove] [bake]
{Knife} '+for chopping and peeling'
{Seasoning} #0.01# [remove] [bake] [optional]
[carb:90]
[fat:10]

--- End code ---

caethan:
Careful with the carb/fat values.  First off, they're currently non-functional, since the keywords need to be capitalized.  Second, that's going to be way too rich.  Raw turnips are 7% carbohydrate and 1% protein, while fat is 100% fat.   If you leave the keywords off (and ignoring the seasoning), that'll give you an output that's about 6% carbohydrate and 10% fat, for about 510-540 calories.  Normally cooking recipes will do all this math for you, unless you override them.  The way you're overriding them, fried turnips will be about four times as nutritious as their ingredients (about 2000 calories). 

Navigation

[0] Message Index

[#] Next page

Go to full version