summaryrefslogtreecommitdiff
path: root/json/items/comestible/other.json
blob: b39cb5e4a2264cc0e750ca10df8924fbb475a4ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[
  {
    "type": "COMESTIBLE",
    "id": "edamame_cooked",
    "name": { "str": "cooked edamame", "str_pl": "cooked edamame" },
    "weight": "198 g",
    "copy-from": "raw_edamame",
    "color": "light_gray",
    "spoils_in": "5 days",
    "quench": 1,
    "description": "Some delicious cooked edamame.  Humble but nutrient-rich.",
    "price": 0,
    "volume": "250 ml",
    "fun": 1,
    "flags": [ "EATEN_HOT" ],
    "rot_spawn": "GROUP_ROTTING_PLANT",
    "rot_spawn_chance": 5
  }
]