summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Readme.txt4
-rw-r--r--json/items/comestible/soup.json9
2 files changed, 13 insertions, 0 deletions
diff --git a/Readme.txt b/Readme.txt
index f236050..59b0b7c 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -166,3 +166,7 @@ Allow oxidizer powder and potassium hydroxide to be crafted using a platinum gri
Since the platinum is not consumed it is a catalyst.
--
+Reduce the fun value of bone broth from 10 to 1.
+Every other soup is either 1 or 2, so 10 must be a typo.
+
+--
diff --git a/json/items/comestible/soup.json b/json/items/comestible/soup.json
new file mode 100644
index 0000000..56f1239
--- /dev/null
+++ b/json/items/comestible/soup.json
@@ -0,0 +1,9 @@
+[
+ {
+ "type": "COMESTIBLE",
+ "id": "broth_bone",
+ "copy-from": "broth_bone",
+ "fun:": 1,
+ "//": "A fun value of 10 must be a typo. Other soups/broths are only 1."
+ }
+]