[quote=“KA101, post:554, topic:5570”][quote=“Hibou, post:553, topic:5570”]//quietly leaves this
[spoiler=Poached Eggs]For comestibles.json
{
"type" : "recipe",
"result": "poached_egg",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_OTHER",
"skill_used": "cooking",
"difficulty": 2,
"time": 1000,
"reversible": false,
"autolearn": true,
"qualities":[
{"id":"BOIL","level":2,"amount":1}
], "tools": [
[
[ "hotplate", 2 ],
[ "char_smoker", 1 ],
[ "toolset", 2 ],
[ "fire", -1 ]
]
],
"components": [
[
[ "egg_bird", 1 ],
[ "egg_reptile", 1 ]
],
[
[ "water", 1 ],
[ "water_clean", 1 ]
]
]
}
For recipes.json
{
"type" : "COMESTIBLE",
"id" : "poached_egg",
"name" : "poached egg",
"name_plural" : "poached eggs",
"weight" : 60,
"color" : "white",
"addiction_type" : "none",
"spoils_in" : 1680,
"stim" : 0,
"container" : "null",
"to_hit" : 0,
"comestible_type" : "FOOD",
"symbol" : "o",
"quench" : 0,
"healthy" : 1,
"addiction_potential" : 0,
"nutrition" : 25,
"description" : "A cracked egg poached in simmering water. For the refined survivor.",
"price" : 75,
"material" : "egg",
"tool" : "null",
"volume" : 1,
"cutting" : 0,
"phase" : "solid",
"charges" : 1,
"bashing" : 0,
"fun" : 10
}
I didn’t put much thought into balance, lemme know if it sucks. I’ll put up a PR when I damn well feel like it I get the feeling everyone’s okay with it.
[/spoiler][/quote]
Part of PR review is being able to see it on Git. Times might need checked and I’m Amused at the prospect of carrying a poached egg around, but then we already schlep pizza, lasagne, mac & cheese, fruit pancakes, cooked oatmeal, and other potentially-messy foods just shoved in our pockets without regard to keeping them or our carrying-gear clean.
So the poached egg would fit nicely!
If this were to show on Git I’d likely merge it. You should damn well feel like filing the PR.[/quote]
Yea, we need a new tag similar to LIQUID for messy items to require container… nope this is not a suggestion for simple addition