From f6f50d3f97fb15d95916129a7f1b7c09af955365 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 29 Dec 2023 15:20:36 -0800 Subject: Convert prices to cent/USD. --- Readme.txt | 3 ++- json/items/comestible/other.json | 2 +- json/items/comestible/veggy_dishes.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Readme.txt b/Readme.txt index 7bc8619..f236050 100644 --- a/Readme.txt +++ b/Readme.txt @@ -121,7 +121,8 @@ Powdered eggs requiring water is the entire point of these variants. Allow leg ammo pouches to optionally use rags/leather instead of chest ammo pouches. Considering how long it takes to craft, the extra stage made them take even longer. -Also for the chestrig. And raise its difficulty to 4 and time to 73m. +Also for the chestrig. +And raise its difficulty to 4 and time to 73m to compensate. --- No longer allow coconut milk to create dehydrated fruit. diff --git a/json/items/comestible/other.json b/json/items/comestible/other.json index b39cb5e..e143f05 100644 --- a/json/items/comestible/other.json +++ b/json/items/comestible/other.json @@ -9,7 +9,7 @@ "spoils_in": "5 days", "quench": 1, "description": "Some delicious cooked edamame. Humble but nutrient-rich.", - "price": 0, + "price": "0 cent", "volume": "250 ml", "fun": 1, "flags": [ "EATEN_HOT" ], diff --git a/json/items/comestible/veggy_dishes.json b/json/items/comestible/veggy_dishes.json index 12aeced..89c6830 100644 --- a/json/items/comestible/veggy_dishes.json +++ b/json/items/comestible/veggy_dishes.json @@ -12,7 +12,7 @@ "calories": 525, "charges": 4, "description": "A tofu stirfry with rice and a sweet bold flavor sure to be on your mind through these dark days.", - "price": 1200, + "price": "12 USD", "material": "veggy", "volume": "1 L", "flags": [ "EATEN_HOT" ], -- cgit v1.2.1