summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-06-14 22:48:07 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-06-14 22:48:07 -0700
commit19d00e34f80b558be6240fa6b5eb6678efceeae6 (patch)
tree6fd9f1dab46eadfaf578fcb582fac7b6c6f10d54
parentRevert addition of BREATHE_UNDERWATER flag. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-19d00e34f80b558be6240fa6b5eb6678efceeae6.tar.xz
Obsolete bloodbars.
-Reconstituted blood simply makes more sense.
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/v_materials.json33
-rw-r--r--vamp_stuff/Modification_Files/Recipes/recipe_blood.json34
-rw-r--r--vamp_stuff/Modification_Files/obsoletion.json45
-rw-r--r--vamp_stuff/readme1
4 files changed, 45 insertions, 68 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
index 9450e0c..aa9c7f5 100644
--- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
+++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
@@ -114,39 +114,6 @@
"healthy": 1
},
{
- "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": "compactsheet",
"type": "GENERIC",
"category": "spare_parts",
diff --git a/vamp_stuff/Modification_Files/Recipes/recipe_blood.json b/vamp_stuff/Modification_Files/Recipes/recipe_blood.json
index 07b696d..ec46b21 100644
--- a/vamp_stuff/Modification_Files/Recipes/recipe_blood.json
+++ b/vamp_stuff/Modification_Files/Recipes/recipe_blood.json
@@ -99,40 +99,6 @@
"components": [ [ [ "synthblood", 1 ] ] ]
},
{
- "result": "bloodbar",
- "type": "recipe",
- "category": "CC_FOOD",
- "subcategory": "CSC_FOOD_OTHER",
- "skill_used": "cooking",
- "difficulty": 3,
- "charges": 2,
- "time": "30 m",
- "batch_time_factors": [ 75, 2 ],
- "book_learn": [ [ "vamp_upgradebook1", 4 ] ],
- "tools": [ [ [ "surface_heat", 20, "LIST" ] ] ],
- "components": [
- [ [ "bloodpowder", 8 ] ],
- [ [ "bloodextract", 1 ] ]
- ]
- },
- {
- "result": "synthbloodbar",
- "type": "recipe",
- "category": "CC_FOOD",
- "subcategory": "CSC_FOOD_OTHER",
- "skill_used": "cooking",
- "difficulty": 3,
- "charges": 2,
- "time": "30 m",
- "batch_time_factors": [ 75, 2 ],
- "book_learn": [ [ "vamp_upgradebook1", 4 ] ],
- "tools": [ [ [ "surface_heat", 20, "LIST" ] ] ],
- "components": [
- [ [ "synthbloodpowder", 8 ] ],
- [ [ "synthbloodextract", 1 ] ]
- ]
- },
- {
"result": "compactsheet",
"//": "Loosely base difficulty on neoprene sheets from chemicals.",
"type": "recipe",
diff --git a/vamp_stuff/Modification_Files/obsoletion.json b/vamp_stuff/Modification_Files/obsoletion.json
new file mode 100644
index 0000000..8ce915a
--- /dev/null
+++ b/vamp_stuff/Modification_Files/obsoletion.json
@@ -0,0 +1,45 @@
+[
+ {
+ "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
+ },
+ {
+ "result": "synthbloodbar",
+ "type": "recipe",
+ "obsolete": true
+ }
+]
diff --git a/vamp_stuff/readme b/vamp_stuff/readme
index d130641..29cda4b 100644
--- a/vamp_stuff/readme
+++ b/vamp_stuff/readme
@@ -72,7 +72,6 @@ New forms of Blood with recipes.
-Synthetic Blood
-Powdered Synthetic Blood
-Reconstituted Blood + Synthetic Reconstituted Blood
--Blood Bar + Synthetic Blood Bar
Add recipe for draining human corpses of blood.
Fix blood to actually be healthy and enjoyable for vampires.
Removed the blood extractor. The item seemed excessive for a single recipe just as easily based on using a chemistry set and dehydrator.