From 5ace6d407386ce1fc0e3ba02693d28fcef85f7ad Mon Sep 17 00:00:00 2001 From: Chorus System Date: Fri, 10 May 2024 13:05:24 -0400 Subject: [PATCH] feat(balance): Thyme, Wild Herbs, Wax Now -15 Fun (#4621) * Thyme, Wild Herbs Now -15 Fun * Wax Not Fun Either --- data/json/items/comestibles/other.json | 2 +- data/json/items/comestibles/spice.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/json/items/comestibles/other.json b/data/json/items/comestibles/other.json index b776895c9841..b59f8541310e 100644 --- a/data/json/items/comestibles/other.json +++ b/data/json/items/comestibles/other.json @@ -65,7 +65,7 @@ "price": "15 USD", "price_postapoc": "10 cent", "volume": "250 ml", - "fun": -5 + "fun": -15 }, { "type": "COMESTIBLE", diff --git a/data/json/items/comestibles/spice.json b/data/json/items/comestibles/spice.json index cd42bb2011ec..ce544dd91d49 100644 --- a/data/json/items/comestibles/spice.json +++ b/data/json/items/comestibles/spice.json @@ -106,7 +106,7 @@ "charges": 20, "flags": [ "RAW" ], "stack_size": 100, - "fun": -1 + "fun": -15 }, { "id": "soysauce", @@ -136,7 +136,7 @@ "description": "A stalk of thyme. Smells delicious.", "comestible_type": "FOOD", "calories": 9, - "fun": -4, + "fun": -15, "weight": "40 g", "to_hit": -3, "color": "magenta",