summaryrefslogtreecommitdiff
path: root/json/items/comestible/meat_dishes.json
blob: 7674b980abbfc1a06928d5ef8922ac133b86c74c (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
[
  {
    "type": "COMESTIBLE",
    "id": "chili",
    "copy-from": "chili",
    "name": { "str": "chili con carne", "str_pl": "chilis con carne" },
    "phase": "liquid"
  },
  {
    "type": "COMESTIBLE",
    "id": "sausage",
    "copy-from": "sausage",
    "name": "smoked sausage",
    "conditional_names": [
      { "type": "FLAG", "condition": "CANNIBALISM", "name": "smoked Mannwurst" },
      { "type": "COMPONENT_ID", "condition": "mutant", "name": { "str_sp": "sinister %s" } }
    ],
    "spoils_in": "182 days",
    "//": "Increase from 24 to 182 days."
  },
  {
    "type": "COMESTIBLE",
    "id": "potted_meat",
    "copy-from": "potted_meat",
    "name": { "str_sp": "potted meat" },
    "conditional_names": [
      { "type": "FLAG", "condition": "CANNIBALISM", "name": { "str_sp": "potted person" } },
      { "type": "COMPONENT_ID", "condition": "mutant", "name": { "str_sp": "potted freak" } }
    ],
    "spoils_in": "60 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "bacon",
    "copy-from": "bacon",
    "name": { "str": "bacon", "str_pl": "pieces of bacon" },
    "spoils_in": "182 days",
    "//": "Increase from 24 to 182 days."
  },
  {
    "type": "COMESTIBLE",
    "id": "sausage_wasteland",
    "copy-from": "sausage_wasteland",
    "name": "smoked wasteland sausage",
    "conditional_names": [ { "type": "COMPONENT_ID", "condition": "mutant", "name": { "str_sp": "wayward %s" } } ],
    "spoils_in": "182 days",
    "//": "Increase from 24 to 182 days."
  },
  {
    "type": "COMESTIBLE",
    "id": "cracklins",
    "copy-from": "cracklins",
    "name": { "str_sp": "cracklins" },
    "spoils_in": "7 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "dry_fish",
    "copy-from": "dry_fish",
    "name": { "str_sp": "dehydrated fish" },
    "spoils_in": "364 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "lutefisk",
    "copy-from": "lutefisk",
    "name": { "str": "lutefisk" },
    "spoils_in": "364 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "pemmican",
    "copy-from": "pemmican",
    "name": { "str_sp": "pemmican" },
    "conditional_names": [
      { "type": "FLAG", "condition": "CANNIBALISM", "name": { "str_sp": "prepper %s" } },
      { "type": "COMPONENT_ID", "condition": "mutant", "name": { "str_sp": "pernicious %s" } }
    ],
    "spoils_in": "364 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "dry_meat",
    "copy-from": "dry_meat",
    "name": "dehydrated meat",
    "conditional_names": [
      { "type": "FLAG", "condition": "CANNIBALISM", "name": { "str_sp": "%s, human" } },
      { "type": "COMPONENT_ID", "condition": "mutant", "name": { "str_sp": "%s, mutant" } }
    ],
    "spoils_in": "364 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "dry_meat_tainted",
    "copy-from": "dry_meat_tainted",
    "name": { "str": "dehydrated tainted meat" },
    "spoils_in": "364 days"
  }
]