Skip to content

Commit

Permalink
feat(content): Add simple bimbibap (#5673)
Browse files Browse the repository at this point in the history
* Add simple bimbibap

* Bump calories no. 1

* bump calories 2

electric boogalloo

* Calorie bump v3

Next up is 666
  • Loading branch information
RobbieNeko authored Nov 5, 2024
1 parent 53f3cf6 commit 7e46150
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 2 deletions.
23 changes: 22 additions & 1 deletion data/json/items/comestibles/meat_dishes.json
Original file line number Diff line number Diff line change
Expand Up @@ -1391,7 +1391,7 @@
{ "type": "COMPONENT_ID", "condition": "fish", "name": "sashimi %s" }
],
"type": "COMESTIBLE",
"description": "A mixed meat and rice dish from Korea, often with eggs and various veggies.",
"description": "A mixed meat and rice dish from Korea, often with eggs and various veggies. This version has gone for a full-house of ingredients, making it extra tasty.",
"weight": "250 g",
"volume": "300 ml",
"//": "Very rough estimation",
Expand All @@ -1404,6 +1404,27 @@
"fun": 10,
"looks_like": "rice_cooked"
},
{
"id": "bibimbap_simple",
"name": { "str_sp": "simple bibimbap" },
"conditional_names": [
{ "type": "FLAG", "condition": "CANNIBALISM", "name": "saram %s" },
{ "type": "COMPONENT_ID", "condition": "fish", "name": "sashimi %s" }
],
"type": "COMESTIBLE",
"description": "A mixed meat and rice dish from Korea, often with eggs and various veggies.",
"weight": "250 g",
"volume": "300 ml",
"//": "Very rough estimation",
"color": "white",
"spoils_in": "2 days 12 hours",
"comestible_type": "FOOD",
"symbol": "%",
"calories": 555,
"material": [ "veggy", "flesh" ],
"fun": 5,
"looks_like": "rice_cooked"
},
{
"id": "deluxe_rice_kimchi",
"type": "COMESTIBLE",
Expand Down
23 changes: 22 additions & 1 deletion data/json/recipes/food/meat.json
Original file line number Diff line number Diff line change
Expand Up @@ -3120,7 +3120,7 @@
"charges": 2,
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "CONTAIN", "level": 1 } ],
"components": [
[ [ "meat_red_cooked", 1, "LIST" ], [ "fish", 1 ] ],
[ [ "meat_red", 1, "LIST" ], [ "fish", 1 ] ],
[ [ "rice_cooked", 4 ] ],
[ [ "eggs_small", 4, "LIST" ] ],
[ [ "garlic_clove", 4 ] ],
Expand All @@ -3136,6 +3136,27 @@
[ [ "vinegar", 2 ] ]
]
},
{
"type": "recipe",
"result": "bibimbap_simple",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_MEAT",
"skill_used": "cooking",
"difficulty": 3,
"book_learn": [ [ "cookbook_sushi", 2 ] ],
"time": "10 m",
"autolearn": true,
"charges": 2,
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "CONTAIN", "level": 1 } ],
"components": [
[ [ "meat_red", 1, "LIST" ], [ "fish", 1 ] ],
[ [ "rice_cooked", 4 ] ],
[ [ "eggs_small", 2, "LIST" ] ],
[ [ "veggy_green", 2, "LIST" ] ],
[ [ "cooking_oil", 3 ] ],
[ [ "gochujang", 12 ] ]
]
},
{
"type": "recipe",
"result": "samhap",
Expand Down

0 comments on commit 7e46150

Please sign in to comment.