summaryrefslogtreecommitdiff
path: root/json/items/comestible/carnivore.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/comestible/carnivore.json')
-rw-r--r--json/items/comestible/carnivore.json50
1 files changed, 50 insertions, 0 deletions
diff --git a/json/items/comestible/carnivore.json b/json/items/comestible/carnivore.json
new file mode 100644
index 0000000..c6911c4
--- /dev/null
+++ b/json/items/comestible/carnivore.json
@@ -0,0 +1,50 @@
+[
+ {
+ "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",
+ "//": "Increase from 24 to 182 days."
+ },
+ {
+ "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."
+ }
+]