Skip to content

Commit

Permalink
Update meat_dishes.json
Browse files Browse the repository at this point in the history
Forgot to push this with the other commit.
  • Loading branch information
therealestchoochoo committed Dec 16, 2023
1 parent e818efb commit 9ced1e5
Showing 1 changed file with 10 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{ "type": "FLAG", "condition": "CANNIBALISM", "name": "Maggie goreng" },
{ "type": "COMPONENT_ID", "condition": "mutant", "name": { "str": "hairy %s", "str_pl": "hairy %s" } }
],
"weight": "150 g",
"weight": "19 g",
"color": "red",
"spoils_in": "2 days",
"comestible_type": "FOOD",
Expand All @@ -17,8 +17,7 @@
"description": "Mie goreng, Indo-Malay fried noodles, made with Maggi brand instant noodles.",
"price": "10 USD",
"material": [ "wheat", "flesh" ],
"volume": "1750 ml",
"charges": 8,
"volume": "219 ml",
"flags": [ "EATEN_HOT", "FREEZERBURN" ],
"fun": 4,
"vitamins": [ [ "vitA", 3 ], [ "vitC", 3 ], [ "calcium", 13 ], [ "iron", 4 ] ]
Expand All @@ -31,7 +30,7 @@
{ "type": "FLAG", "condition": "CANNIBALISM", "name": "you goreng" },
{ "type": "COMPONENT_ID", "condition": "mutant", "name": { "str": "monster %s", "str_pl": "monster %s" } }
],
"weight": "150 g",
"weight": "19 g",
"color": "red",
"spoils_in": "2 days",
"comestible_type": "FOOD",
Expand All @@ -41,8 +40,7 @@
"description": "Indo-Malay fried noodles, filled with eggs and beef, flavoured with sambal and ketjap.",
"price": "10 USD",
"material": [ "wheat", "flesh" ],
"volume": "1750 ml",
"charges": 8,
"volume": "219 ml",
"flags": [ "EATEN_HOT", "FREEZERBURN" ],
"fun": 4,
"vitamins": [ [ "vitA", 3 ], [ "vitC", 3 ], [ "calcium", 13 ], [ "iron", 4 ] ]
Expand All @@ -55,7 +53,7 @@
{ "type": "FLAG", "condition": "CANNIBALISM", "name": "who fun" },
{ "type": "COMPONENT_ID", "condition": "mutant", "name": { "str": "hexed %s", "str_pl": "hexed %s" } }
],
"weight": "150 g",
"weight": "19 g",
"color": "yellow",
"spoils_in": "2 days",
"comestible_type": "FOOD",
Expand All @@ -65,8 +63,7 @@
"description": "Indo-Chinese very wide, thin noodles, fried with eggs, meat, seafood, and 3 types of soy sauce.",
"price": "10 USD",
"material": [ "wheat", "flesh" ],
"volume": "1750 ml",
"charges": 8,
"volume": "219 ml",
"flags": [ "EATEN_HOT", "FREEZERBURN" ],
"fun": 4,
"vitamins": [ [ "vitA", 3 ], [ "vitC", 3 ], [ "calcium", 13 ], [ "iron", 4 ] ]
Expand All @@ -87,7 +84,7 @@
"name": { "str": "ectoplasmic beet stew", "str_pl": "ectoplasmic beet stew" }
}
],
"weight": "3500 g",
"weight": "350 g",
"color": "red",
"spoils_in": "5 days",
"container": "jar_3l_glass_sealed",
Expand All @@ -98,10 +95,9 @@
"description": "An ancient recipe, translated from a 4000 year old Babylonian clay tablet, written in ancient Akkadian, consisting of beets, leeks, onions, garlic, lamb, and spices, simmered in beer. Best eaten with couscous.",
"price": "290 cent",
"material": [ "flesh", "veggy" ],
"volume": "3000 ml",
"volume": "300 ml",
"flags": [ "EATEN_HOT" ],
"fun": 5,
"charges": 10,
"vitamins": [ [ "vitA", 14 ], [ "vitC", 7 ], [ "calcium", 6 ], [ "iron", 27 ] ]
},
{
Expand All @@ -116,7 +112,7 @@
"name": { "str": "corrupted clay pot rice", "str_pl": "corrupted clay pot rice" }
}
],
"weight": "3500 g",
"weight": "1167 g",
"color": "red",
"spoils_in": "5 days",
"container": "jar_3l_glass_sealed",
Expand All @@ -127,10 +123,9 @@
"description": "Rice, meat, veggies, and seasonings boiled together in a sealed clay pot over a hot fire.",
"price": "290 cent",
"material": [ "flesh", "veggy" ],
"volume": "3000 ml",
"volume": "1000 ml",
"flags": [ "EATEN_HOT" ],
"fun": 8,
"charges": 3,
"vitamins": [ [ "vitA", 14 ], [ "vitC", 7 ], [ "calcium", 6 ], [ "iron", 27 ] ]
},
{
Expand Down Expand Up @@ -163,7 +158,6 @@
"volume": "300 ml",
"flags": [ "EATEN_HOT" ],
"fun": 5,
"charges": 1,
"vitamins": [ [ "vitA", 14 ], [ "vitC", 7 ], [ "calcium", 6 ], [ "iron", 27 ] ]
}
]

0 comments on commit 9ced1e5

Please sign in to comment.