summaryrefslogtreecommitdiff
path: root/json/items/comestible/other.json
blob: fb7eb3e674b77a105199446b0ec2f72d02d49ae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[
  {
    "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 cent",
    "volume": "250 ml",
    "fun": 1,
    "flags": [ "EATEN_HOT" ],
    "rot_spawn": "GROUP_ROTTING_PLANT",
    "rot_spawn_chance": 5
  },
  {
    "type": "COMESTIBLE",
    "id": "dry_beans",
    "copy-from": "dry_beans",
    "name": { "str_sp": "dried beans" },
    "spoils_in": "364 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "dry_tofu",
    "copy-from": "dry_tofu",
    "name": { "str_sp": "dehydrated tofu" },
    "spoils_in": "364 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "soybean",
    "copy-from": "soybean",
    "name": { "str_sp": "soybeans" },
    "spoils_in": "364 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "dry_lentils",
    "copy-from": "dry_lentils",
    "name": { "str_sp": "dried lentils" },
    "spoils_in": "364 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "cattlefodder",
    "copy-from": "cattlefodder",
    "name": { "str_sp": "cattle fodder" },
    "spoils_in": "728 days"
  }
]