From 4eafac6da55e68a96f23a47dd645a3586c0177f4 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Sun, 9 May 2021 14:46:47 -0700
Subject: Port to Bright Nights

---
 json/items/comestible/meat_dishes.json  | 44 +++------------------------------
 json/items/comestible/veggy_dishes.json | 17 ++-----------
 2 files changed, 6 insertions(+), 55 deletions(-)

(limited to 'json/items/comestible')

diff --git a/json/items/comestible/meat_dishes.json b/json/items/comestible/meat_dishes.json
index 0fab8d1..6d481b3 100644
--- a/json/items/comestible/meat_dishes.json
+++ b/json/items/comestible/meat_dishes.json
@@ -2,52 +2,16 @@
   {
     "type": "COMESTIBLE",
     "id": "chili",
-    "name": { "str": "chili con carne", "str_pl": "chilis con carne" },
-    "conditional_names": [
-      { "type": "FLAG", "condition": "CANNIBALISM", "name": { "str": "chili con cabron", "str_pl": "chilis con cabron" } },
-      {
-        "type": "COMPONENT_ID",
-        "condition": "mutant",
-        "name": { "str": "chili con chupacabra", "str_pl": "chilis con chupacabra" }
-      }
-    ],
-    "weight": "253 g",
-    "color": "red",
-    "spoils_in": "1 day",
-    "container": "can_medium",
-    "comestible_type": "FOOD",
-    "symbol": "%",
-    "healthy": 1,
-    "calories": 299,
-    "description": "A spicy stew containing chili peppers, meat, tomatoes and beans.",
-    "price": 290,
-    "material": [ "flesh", "veggy", "bean", "tomato" ],
-    "volume": "500 ml",
-    "phase": "liquid",
-    "flags": [ "EATEN_HOT" ],
-    "fun": 5,
-    "charges": 2,
-    "vitamins": [ [ "vitA", 14 ], [ "vitC", 7 ], [ "calcium", 6 ], [ "iron", 27 ] ]
+    "copy-from": "chili",
+    "phase": "liquid"
   },
   {
     "type": "COMESTIBLE",
     "id": "meat_stirfry",
     "looks_like": "tofu_stirfry",
+    "copy-from": "tofu_stirfry",
     "name": { "str": "meat stirfry", "str_pl": "meat stirfry" },
-    "weight": "135 g",
-    "color": "yellow",
-    "spoils_in": "4 days",
-    "comestible_type": "FOOD",
-    "symbol": "%",
-    "healthy": 1,
-    "calories": 525,
-    "charges": 4,
     "description": "A meat stirfry with rice and a sweet bold flavor sure to be on your mind through these dark days.",
-    "price": 1200,
-    "material": [ "flesh", "veggy" ],
-    "volume": "1 L",
-    "flags": [ "EATEN_HOT" ],
-    "fun": 12,
-    "vitamins": [ [ "vitA", 2 ], [ "calcium", 7 ], [ "iron", 5 ], [ "vitC", 24 ] ]
+    "material": [ "flesh", "veggy" ]
   }
 ]
diff --git a/json/items/comestible/veggy_dishes.json b/json/items/comestible/veggy_dishes.json
index 9ba957d..12aeced 100644
--- a/json/items/comestible/veggy_dishes.json
+++ b/json/items/comestible/veggy_dishes.json
@@ -23,21 +23,8 @@
     "type": "COMESTIBLE",
     "id": "veggy_stirfry",
     "looks_like": "tofu_stirfry",
+    "copy-from": "tofu_stirfry",
     "name": { "str": "veggy stirfry", "str_pl": "veggy stirfry" },
-    "weight": "135 g",
-    "color": "yellow",
-    "spoils_in": "4 days",
-    "comestible_type": "FOOD",
-    "symbol": "%",
-    "healthy": 1,
-    "calories": 525,
-    "charges": 4,
-    "description": "A vegetable stirfry with rice and a sweet bold flavor sure to be on your mind through these dark days.",
-    "price": 1200,
-    "material": "veggy",
-    "volume": "1 L",
-    "flags": [ "EATEN_HOT" ],
-    "fun": 12,
-    "vitamins": [ [ "vitA", 2 ], [ "calcium", 7 ], [ "iron", 5 ], [ "vitC", 24 ] ]
+    "description": "A vegetable stirfry with rice and a sweet bold flavor sure to be on your mind through these dark days."
   }
 ]
-- 
cgit v1.2.1