Help with national food

Hello,

I am planning on creating different national foods. Still, I am a total beginner, so I would like to know if I did everything right with my first recipe/food, the traditional, eastern european “borschtsch”!

Please also give me feedback on balancing, if possible. So far I oriented myself on the different soups that already exist. It is probably Op, though.

Also, if I want those “national foods” recipes’ to be only available in their respective cook books, which tag should I change? Autolearn?

Recipe json:{ "type" : "recipe", "result": "borschtsch", "category": "CC_FOOD", "subcategory": "CSC_FOOD_MEAT", "skill_used": "cooking", "difficulty": 2, "time": 30000, "reversible": false, "autolearn": true, "qualities":[ {"id":"COOK","level":3,"amount":1} ], "tools": [ [ [ "hotplate", 5 ], [ "char_smoker", 1 ], [ "toolset", 5 ], [ "fire", -1 ] ] ], "components": [ [ [ "water", 1 ], [ "water_clean", 1 ] ], [ [ "irradiated_tomato", 2 ], [ "tomato", 2 ], [ "irradiated_broccoli", 2 ], [ "broccoli", 2 ], [ "irradiated_zucchini", 2 ], [ "zucchini", 2 ], [ "potato_raw", 2 ], [ "onion", 2 ], [ "carrot", 2 ], [ "veggy", 2 ], [ "veggy_wild", 2 ] ], [ [ "meat", 2 ], [ "dry_meat", 2] ], [ [ "beer", 1 ], [ "hb_beer", 1 ], [ "brew_hb_beer", 1 ], [ "pale_ale", 1 ], [ "india_pale_ale", 1 ], [ "stout", 1 ], [ "imperial_stout", 1 ], ] ] },

Food json:

{ "type" : "COMESTIBLE", "id" : "borschtsch", "name" : "borschtsch", "weight" : 289, "color" : "red", "addiction_type" : "none", "spoils_in" : 120, "stim" : 0, "container" : "can_food", "to_hit" : 0, "comestible_type" : "DRINK", "symbol" : "~", "quench" : 110, "healthy" : 3, "addiction_potential" : 0, "nutrition" : 170, "description" : "A traditional soup from eastern Europe. Tasty and healthy.", "price" : 6000, "material" : "flesh", "tool" : "null", "volume" : 1, "cutting" : 0, "phase" : "liquid", "charges" : 1, "bashing" : 0, "flags" : ["EATEN_HOT", "USE_EAT_VERB"], "fun" : 3 },

PS: Sorry if the recipe is not 100% accurate.

EDIT: I know that usually recipes should be learnable from more than one book, but in this case I believe one source will be sufficient. It’s only supposed to be “niche” and add some flavour, probably quite a few things will be very similar to the regular stuff, with just a few small changes.

This requires water, two servings of one vegetable, meat, and beer. is that intended or it it supposed to require varied vegetables?
I’m totally fine with some recipes being rare.

Well, I thought if it required all the actual ingredients it would become basically “uncraftable”.
So instead I replaced all the vegetables with two vegetables of the same type. Though I will probalby change that to one vergetable of two different types.

But apart from that, everything is fine?

Also, there seems to be not too much diversity as far as vegetables are considered. Are there more than the ones I wrote? (Actually I just took them from the vegetable soup assuming that would cover everything.)