From b05f974ea2990641439a248416c32b46d6dd9907 Mon Sep 17 00:00:00 2001 From: LaVeyanFiend Date: Tue, 20 Jul 2021 23:58:26 -0400 Subject: [PATCH] Lichen fix --- .../Aftershock/items/comestibles/alienfood.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/data/mods/Aftershock/items/comestibles/alienfood.json b/data/mods/Aftershock/items/comestibles/alienfood.json index fca6482f85682..405d934267c62 100644 --- a/data/mods/Aftershock/items/comestibles/alienfood.json +++ b/data/mods/Aftershock/items/comestibles/alienfood.json @@ -3,7 +3,7 @@ "id": "yum_lichen", "type": "COMESTIBLE", "name": { "str": "clump of lichen", "str_pl": "clumps of lichen" }, - "weight": "10 g", + "weight": "120 g", "color": "red", "use_action": [ "BLECH" ], "comestible_type": "FOOD", @@ -13,16 +13,17 @@ "quench": 15, "description": "A clump of moist squishy lichen. You get the impression that it might not be the safest thing to eat considering how it makes your hand tingle.", "price": "20 cent", - "volume": "5 ml", + "volume": "80 ml", "charges": 3, "fun": -8, - "vitamins": [ [ "calcium", 5 ], [ "iron", 12 ], [ "vitA", 20 ], [ "vitC", 56 ], [ "mutant_toxin", 25 ] ] + "vitamins": [ [ "calcium", 5 ], [ "iron", 12 ], [ "vitA", 20 ], [ "vitC", 56 ], [ "mutant_toxin", 25 ] ], + "flags": [ "RAW" ] }, { "id": "yum_lichen_extra", "type": "COMESTIBLE", "name": { "str": "clump of processed lichen", "str_pl": "clumps of processed lichen" }, - "weight": "10 g", + "weight": "115 g", "color": "red", "comestible_type": "FOOD", "symbol": "%", @@ -31,10 +32,11 @@ "quench": 10, "description": "A clump of squishy lichen, while it isn't as wet as it used to be, your hands no longer tingle holding it.", "price": "20 cent", - "volume": "5 ml", + "volume": "75 ml", "charges": 3, "fun": -3, - "vitamins": [ [ "calcium", 5 ], [ "iron", 12 ], [ "vitA", 20 ], [ "vitC", 56 ], [ "mutant_toxin", 25 ] ] + "vitamins": [ [ "calcium", 5 ], [ "iron", 12 ], [ "vitA", 20 ], [ "vitC", 56 ] ], + "flags": [ "NUTRIENT_OVERRIDE" ] }, { "id": "frost_human_flesh",