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
|
[
{
"id": "jerky",
"copy-from": "jerky",
"type": "COMESTIBLE",
"name": { "str_sp": "meat jerky" },
"conditional_names": [
{ "type": "FLAG", "condition": "CANNIBALISM", "name": { "str_sp": "jerk jerky" } },
{ "type": "COMPONENT_ID", "condition": "mutant", "name": { "str_sp": "monster jerky" } }
],
"spoils_in": "182 days",
"//": "Increase from 24 to 182 days."
},
{
"id": "salted_fish",
"copy-from": "salted_fish",
"type": "COMESTIBLE",
"name": { "str_sp": "salted fish" },
"spoils_in": "182 days",
"container": "plastic_bag_vac",
"//": "Increase from 24 to 182 days.",
"//2": "Change to sealed plastic bag."
},
{
"id": "meat_smoked",
"copy-from": "meat_smoked",
"type": "COMESTIBLE",
"name": "smoked meat",
"conditional_names": [
{ "type": "FLAG", "condition": "CANNIBALISM", "name": { "str_sp": "smoked sucker" } },
{ "type": "COMPONENT_ID", "condition": "mutant", "name": { "str_sp": "%s, mutant" } }
],
"spoils_in": "182 days",
"//": "Increase from 24 to 182 days."
},
{
"id": "fish_smoked",
"copy-from": "fish_smoked",
"type": "COMESTIBLE",
"name": { "str_sp": "smoked fish" },
"spoils_in": "182 days",
"//": "Increase from 24 to 182 days."
},
{
"type": "COMESTIBLE",
"id": "tallow",
"copy-from": "tallow",
"name": "tallow",
"spoils_in": "60 days",
"//": "Restore original spoils_in."
}
]
|