summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-06-14 22:59:23 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-06-14 22:59:23 -0700
commit641f1ae3af0c0e20e57ee1e944be57d5d7e0e58b (patch)
tree5928ddfa86d1dea7dc44b693ec89cd3ce3296c51
parentObsolete bloodbars. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-641f1ae3af0c0e20e57ee1e944be57d5d7e0e58b.tar.xz
Move obsoletion.json to prevent load errors.
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/zz_obsoletion.json35
-rw-r--r--vamp_stuff/Modification_Files/obsoletion.json33
2 files changed, 35 insertions, 33 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Misc/zz_obsoletion.json b/vamp_stuff/Modification_Files/Items/Misc/zz_obsoletion.json
new file mode 100644
index 0000000..1b5032b
--- /dev/null
+++ b/vamp_stuff/Modification_Files/Items/Misc/zz_obsoletion.json
@@ -0,0 +1,35 @@
+[
+ {
+ "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
+ }
+]
diff --git a/vamp_stuff/Modification_Files/obsoletion.json b/vamp_stuff/Modification_Files/obsoletion.json
index 8ce915a..c905e2f 100644
--- a/vamp_stuff/Modification_Files/obsoletion.json
+++ b/vamp_stuff/Modification_Files/obsoletion.json
@@ -1,38 +1,5 @@
[
{
- "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
- },
- {
"result": "bloodbar",
"type": "recipe",
"obsolete": true