summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Misc/zz_obsoletion.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-08-22 14:51:08 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-08-22 14:51:08 -0700
commitec87c8b2c916ef0a4b159e3d0cd55fc4bcfb7f1f (patch)
treee81e256a2d5b0f168c0fddf61adb7328e81817c3 /vamp_stuff/Modification_Files/Items/Misc/zz_obsoletion.json
parentRemove the ghost towns. (Save game breaking, fair warning.) (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-ec87c8b2c916ef0a4b159e3d0cd55fc4bcfb7f1f.tar.xz
Obsolete thickened blood (aka blood extract)
Reduce mass of blood powder. Reduce blood powder per batch from 4 to 1. -This makes it functionally more like powdered milk. Remove post-apoc prices from blood materials.
Diffstat (limited to 'vamp_stuff/Modification_Files/Items/Misc/zz_obsoletion.json')
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/zz_obsoletion.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Misc/zz_obsoletion.json b/vamp_stuff/Modification_Files/Items/Misc/zz_obsoletion.json
index 1b5032b..a0f33f5 100644
--- a/vamp_stuff/Modification_Files/Items/Misc/zz_obsoletion.json
+++ b/vamp_stuff/Modification_Files/Items/Misc/zz_obsoletion.json
@@ -31,5 +31,34 @@
"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
}
]