diff options
Diffstat (limited to 'json/items/comestible/veggy_dishes.json')
-rw-r--r-- | json/items/comestible/veggy_dishes.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/json/items/comestible/veggy_dishes.json b/json/items/comestible/veggy_dishes.json index ab4db88..42c3e27 100644 --- a/json/items/comestible/veggy_dishes.json +++ b/json/items/comestible/veggy_dishes.json @@ -40,5 +40,14 @@ "copy-from": "sauerkraut", "name": { "str_sp": "sauerkraut" }, "spoils_in": "30 days" + }, + { + "type": "COMESTIBLE", + "id": "veggy_pickled", + "copy-from": "veggy_pickled", + "name": { "str": "pickled veggy", "str_pl": "pickled veggies" }, + "volume": "500 ml", + "charges": 2, + "//": "Fix sealed containers from spawning half filled by increasing the charges and volume." } ] |