From 038d9aa69da9c12f79bee9122c0a9e51e2faf18e Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 27 Oct 2020 19:33:39 -0700 Subject: Make chili a liquid like curry Fix rice options for tofu stirfry --- json/items/comestible/meat_dishes.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'json/items/comestible/meat_dishes.json') diff --git a/json/items/comestible/meat_dishes.json b/json/items/comestible/meat_dishes.json index 018531a..0fab8d1 100644 --- a/json/items/comestible/meat_dishes.json +++ b/json/items/comestible/meat_dishes.json @@ -1,4 +1,34 @@ [ + { + "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 ] ] + }, { "type": "COMESTIBLE", "id": "meat_stirfry", -- cgit v1.2.1