summaryrefslogtreecommitdiff
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
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.
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/v_materials.json38
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/zz_obsoletion.json29
-rw-r--r--vamp_stuff/Modification_Files/Recipes/recipe_blood.json14
3 files changed, 37 insertions, 44 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
index aa9c7f5..e8bbc89 100644
--- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
+++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
@@ -47,10 +47,9 @@
"id": "synthblood_reconstituted",
"type": "COMESTIBLE",
"comestible_type": "DRINK",
- "copy-from": "blood",
+ "copy-from": "synthblood",
"name": { "str": "reconstituted synthetic blood", "str_pl": "reconstituted synthetic blood" },
"description": "Reconstituted synthetic blood, not possibly originally that of a human. Disgusting!",
- "calories": 150,
"healthy": 1,
"fun": 4
},
@@ -61,7 +60,7 @@
"looks_like": "protein_powder",
"name": { "str": "powdered blood" },
"description": "Dehydrated blood powder. Mix with water to make drinkable blood.",
- "weight": "10 g",
+ "weight": "3 g",
"volume": "3 ml",
"price": "0 cent",
"material": [ "powder", "blood" ],
@@ -85,35 +84,6 @@
"healthy": 0
},
{
- "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
- },
- {
"id": "compactsheet",
"type": "GENERIC",
"category": "spare_parts",
@@ -135,7 +105,6 @@
"weight": "250 g",
"volume": "250 ml",
"price": "0 cent",
- "price_postapoc": "2 kUSD",
"material": [ "compactblood" ],
"symbol": "o",
"color": "red"
@@ -163,7 +132,6 @@
"weight": "750 g",
"volume": "250 ml",
"price": "0 cent",
- "price_postapoc": "0 cent",
"material": [ "compactblood" ],
"symbol": "~",
"color": "red"
@@ -177,7 +145,6 @@
"weight": "750 g",
"volume": "250 ml",
"price": "0 cent",
- "price_postapoc": "5 kUSD",
"count": 3,
"material": [ "compactblood" ],
"symbol": ".",
@@ -192,7 +159,6 @@
"weight": "3000 g",
"volume": "1750 ml",
"price": "0 cent",
- "price_postapoc": "25 kUSD",
"material": [ "compactblood" ],
"symbol": ".",
"color": "red"
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
}
]
diff --git a/vamp_stuff/Modification_Files/Recipes/recipe_blood.json b/vamp_stuff/Modification_Files/Recipes/recipe_blood.json
index ec46b21..5ac5a09 100644
--- a/vamp_stuff/Modification_Files/Recipes/recipe_blood.json
+++ b/vamp_stuff/Modification_Files/Recipes/recipe_blood.json
@@ -40,7 +40,7 @@
"skill_used": "cooking",
"time": "1 m",
"book_learn": [ [ "vamp_upgradebook1", 4 ] ],
- "components": [ [ [ "bloodpowder", 1 ] ], [ [ "water_clean", 1 ], [ "bloodextract", 1 ] ] ]
+ "components": [ [ [ "bloodpowder", 1 ] ], [ [ "water_clean", 1 ] ] ]
},
{
"type": "recipe",
@@ -64,7 +64,7 @@
"skill_used": "cooking",
"time": "1 m",
"book_learn": [ [ "vamp_upgradebook1", 4 ] ],
- "components": [ [ [ "synthbloodpowder", 1 ] ], [ [ "water_clean", 1 ], [ "synthbloodextract", 1 ] ] ]
+ "components": [ [ [ "synthbloodpowder", 1 ] ], [ [ "water_clean", 1 ] ] ]
},
{
"result": "bloodpowder",
@@ -73,11 +73,10 @@
"subcategory": "CSC_FOOD_DRY",
"skill_used": "cooking",
"difficulty": 4,
- "charges": 4,
+ "charges": 1,
"time": "12 m",
"batch_time_factors": [83,3],
"book_learn": [ [ "vamp_upgradebook1", 4 ] ],
- "byproducts": [ [ "bloodextract" ] ],
"qualities": [ { "id": "CHEM", "level": 2 } ],
"tools": [ [ [ "dehydrator", 25 ] ], [ [ "surface_heat", 5, "LIST" ] ] ],
"components": [ [ [ "blood", 1 ] ] ]
@@ -89,11 +88,10 @@
"subcategory": "CSC_FOOD_DRY",
"skill_used": "cooking",
"difficulty": 4,
- "charges": 4,
+ "charges": 1,
"time": "12 m",
"batch_time_factors": [83,3],
"book_learn": [ [ "vamp_upgradebook1", 4 ] ],
- "byproducts": [ [ "synthbloodextract" ] ],
"qualities": [ { "id": "CHEM", "level": 2 } ],
"tools": [ [ [ "dehydrator", 25 ] ], [ [ "surface_heat", 5, "LIST" ] ] ],
"components": [ [ [ "synthblood", 1 ] ] ]
@@ -109,7 +107,7 @@
"time": "5 m",
"book_learn": [ [ "vamp_upgradebook1", 5 ] ],
"qualities": [ { "id": "BCOMPRESSING", "level": 1 } ],
- "components": [ [ [ "bloodpowder", 125 ] ] ]
+ "components": [ [ [ "bloodpowder", 80 ] ] ]
},
{
"result": "stickyblood",
@@ -122,7 +120,7 @@
"time": "10 m",
"book_learn": [ [ "vamp_upgradebook1", 7 ] ],
"qualities": [ { "id": "BCHEMISTRY", "level": 1 } ],
- "components": [ [ [ "bloodextract", 30 ] ] ]
+ "components": [ [ [ "bloodpowder", 10 ] ], [ [ "water_clean", 1 ] ] ]
},
{
"result": "melted_bloodrune",