summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Misc/zz_obsoletion.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-14 11:45:08 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-14 11:45:08 -0800
commit98a5580ccd44922291513b03fb2c13609cee960c (patch)
tree8e470dbdc2c0819f67195a7841bda953b14032f6 /vamp_stuff/Modification_Files/Items/Misc/zz_obsoletion.json
parentRemove more invalid count fields. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-98a5580ccd44922291513b03fb2c13609cee960c.tar.xz
Deprecate obsolete items.
Diffstat (limited to 'vamp_stuff/Modification_Files/Items/Misc/zz_obsoletion.json')
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/zz_obsoletion.json64
1 files changed, 0 insertions, 64 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Misc/zz_obsoletion.json b/vamp_stuff/Modification_Files/Items/Misc/zz_obsoletion.json
deleted file mode 100644
index a0f33f5..0000000
--- a/vamp_stuff/Modification_Files/Items/Misc/zz_obsoletion.json
+++ /dev/null
@@ -1,64 +0,0 @@
-[
- {
- "id": "bloodbar",
- "type": "COMESTIBLE",
- "comestible_type": "FOOD",
- "looks_like": "jerky",
- "name": { "str": "blood bar" },
- "description": "An 'energy' bar made from powdered and thickened blood. It is reasonably tasty and keeps for a long time.",
- "weight": "85 g",
- "volume": "125 ml",
- "price": "0 cent",
- "material": [ "blood" ],
- "symbol": "'",
- "color": "red",
- "count": 1,
- "calories": 250,
- "quench": 0,
- "healthy": 3,
- "fun": 5,
- "spoils_in": "180 days",
- "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE", "VAMPIRISM" ]
- },
- {
- "id": "synthbloodbar",
- "type": "COMESTIBLE",
- "comestible_type": "FOOD",
- "copy-from": "bloodbar",
- "looks_like": "bloodbar",
- "name": { "str": "synthetic blood bar" },
- "description": "An 'energy' bar made from powdered and thickened synthetic blood. It is moderately tasty and keeps for a long time.",
- "calories": 125,
- "healthy": 1,
- "fun": 3
- },
- {
- "id": "bloodextract",
- "type": "COMESTIBLE",
- "comestible_type": "FOOD",
- "name": { "str": "thickened blood" },
- "description": "A sticky sap left over from the process of dehydrating blood.",
- "weight": "40 g",
- "volume": "250 ml",
- "price": "0 cent",
- "material": [ "blood" ],
- "symbol": "~",
- "color": "pink",
- "count": 3,
- "quench": 0,
- "healthy": 2,
- "fun": 0,
- "spoils_in": "7 days",
- "flags": [ "VAMPIRISM", "NUTRIENT_OVERRIDE" ]
- },
- {
- "id": "synthbloodextract",
- "type": "COMESTIBLE",
- "comestible_type": "FOOD",
- "copy-from": "bloodextract",
- "looks_like": "bloodextract",
- "name": { "str": "thickened synthetic blood" },
- "description": "A sticky sap left over from the process of dehydrating synthetic blood.",
- "healthy": 1
- }
-]