From 3276293961fcf6bd691201a00843a96f9f5076d5 Mon Sep 17 00:00:00 2001 From: bloodbowel <177868717+bloodbowel@users.noreply.github.com> Date: Mon, 26 Aug 2024 22:42:45 -0500 Subject: [PATCH] add raw pet food items --- data/json/items/comestibles/other.json | 46 ++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/data/json/items/comestibles/other.json b/data/json/items/comestibles/other.json index 2990a08da224d..b2f263907add7 100644 --- a/data/json/items/comestibles/other.json +++ b/data/json/items/comestibles/other.json @@ -1102,6 +1102,29 @@ "use_action": [ "PETFOOD" ], "petfood": [ "BIRDFOOD" ] }, + { + "id": "dogfood_raw", + "type": "COMESTIBLE", + "comestible_type": "FOOD", + "name": { "str_sp": "raw dog food" }, + "description": "Minced meat mixed with some greens to be presented to a dog or something with a omnivorous diet.", + "weight": "554 g", + "spoils_in": "1 day", + "volume": "500 ml", + "price": "3 USD", + "price_postapoc": "2 USD 50 cent", + "to_hit": -5, + "material": [ "flesh" ], + "symbol": "%", + "quench": 2, + "calories": 402, + "vitamins": [ [ "vitC", 4 ], [ "iron", 12 ], [ "calcium", 2 ], [ "meat_allergen", 1 ] ], + "fun": -15, + "color": "red", + "flags": [ "LUPINE" ], + "use_action": [ "PETFOOD" ], + "petfood": [ "DOGFOOD" ] + }, { "id": "dogfood", "type": "COMESTIBLE", @@ -1151,6 +1174,29 @@ "use_action": [ "PETFOOD" ], "petfood": [ "DOGFOOD" ] }, + { + "id": "catfood_raw", + "type": "COMESTIBLE", + "comestible_type": "FOOD", + "name": { "str_sp": "raw cat food" }, + "description": "Minced meat to be presented to a cat or something with a strict meat diet.", + "weight": "223 g", + "spoils_in": "1 day", + "volume": "250 ml", + "price": "3 USD", + "price_postapoc": "4 USD", + "to_hit": -5, + "material": [ "flesh" ], + "symbol": "%", + "quench": 2, + "calories": 402, + "vitamins": [ [ "vitC", 0 ], [ "iron", 12 ], [ "calcium", 2 ], [ "meat_allergen", 1 ] ], + "fun": -15, + "color": "red", + "flags": [ "FELINE" ], + "use_action": [ "PETFOOD" ], + "petfood": [ "CATFOOD" ] + }, { "id": "catfood", "type": "COMESTIBLE",