summaryrefslogtreecommitdiff
path: root/json/items/comestible/meat_dishes.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/comestible/meat_dishes.json')
-rw-r--r--json/items/comestible/meat_dishes.json90
1 files changed, 90 insertions, 0 deletions
diff --git a/json/items/comestible/meat_dishes.json b/json/items/comestible/meat_dishes.json
index db021ab..7674b98 100644
--- a/json/items/comestible/meat_dishes.json
+++ b/json/items/comestible/meat_dishes.json
@@ -5,5 +5,95 @@
"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"
}
]