diff options
Diffstat (limited to 'json')
| -rw-r--r-- | json/items/comestible/soup.json | 9 | 
1 files changed, 9 insertions, 0 deletions
| 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." +  } +] | 
