summaryrefslogtreecommitdiff
path: root/json/items/comestible/meat_dishes.json
blob: 496ad2dde0b8ca1531a0dcbc14f310e7650521a6 (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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
[
  {
    "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": "meat_salted",
    "copy-from": "meat_salted",
    "name": "salted meat slice",
    "conditional_names": [
      { "type": "FLAG", "condition": "CANNIBALISM", "name": "salted simpleton slice" },
      { "type": "COMPONENT_ID", "condition": "mutant", "name": { "str_sp": "%s, mutant" } }
    ],
    "volume": "500 ml",
    "charges": 2,
    "//": "Fix sealed containers from spawning half filled by increasing the charges and volume."
  },
  {
    "type": "COMESTIBLE",
    "id": "meat_pickled",
    "copy-from": "meat_pickled",
    "name": "pickled meat",
    "conditional_names": [
      { "type": "FLAG", "condition": "CANNIBALISM", "name": "pickled punk" },
      { "type": "COMPONENT_ID", "condition": "mutant", "name": { "str_sp": "%s, mutant" } }
    ],
    "volume": "500 ml",
    "charges": 2,
    "//": "Fix sealed containers from spawning half filled by increasing the charges and volume."
  },
  {
    "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"
  },
  {
    "type": "COMESTIBLE",
    "id": "fish_pickled",
    "copy-from": "fish_pickled",
    "name": { "str_sp": "pickled fish" },
    "volume": "500 ml",
    "charges": 2,
    "//": "Fix sealed containers from spawning half filled by increasing the charges and volume."
  }
]