From b58f5bef9f1455fec1d25f3fc8e0f12a73affe64 Mon Sep 17 00:00:00 2001 From: ERROR_CODE <75010328+ERRORCODE509@users.noreply.github.com> Date: Sun, 1 Aug 2021 16:00:53 -0700 Subject: [PATCH] Made pesto antifungal --- items.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/items.json b/items.json index 35e077c..f89503c 100644 --- a/items.json +++ b/items.json @@ -251,5 +251,28 @@ "name": { "str": "pine nuts" }, "use_action": [ "ANTIFUNGAL" ], "looks_like":"hickory_nut" + }, + { + "type": "COMESTIBLE", + "id": "sauce_pesto", + "name": { "str_sp": "pesto" }, + "weight": "65 g", + "color": "light_green", + "spoils_in": 144, + "container": "jar_glass_sealed", + "comestible_type": "FOOD", + "symbol": "%", + "healthy": 1, + "calories": 244, + "description": "Olive oil, basil, garlic, pine nuts. Simple and delicious.", + "price": 230, + "price_postapoc": 300, + "material": [ "veggy", "nut", "garlic" ], + "volume": "250 ml", + "charges": 4, + "phase": "liquid", + "use_action": [ "ANTIFUNGAL" ], + "vitamins": [ [ "vitA", 7 ], [ "calcium", 11 ], [ "iron", 3 ] ], + "fun": 4 } ]