diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-08-22 14:51:08 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-08-22 14:51:08 -0700 | 
| commit | ec87c8b2c916ef0a4b159e3d0cd55fc4bcfb7f1f (patch) | |
| tree | e81e256a2d5b0f168c0fddf61adb7328e81817c3 /vamp_stuff/Modification_Files/Items | |
| parent | Remove the ghost towns. (Save game breaking, fair warning.) (diff) | |
| download | cataclysm-bn-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')
| -rw-r--r-- | vamp_stuff/Modification_Files/Items/Misc/v_materials.json | 38 | ||||
| -rw-r--r-- | vamp_stuff/Modification_Files/Items/Misc/zz_obsoletion.json | 29 | 
2 files changed, 31 insertions, 36 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    }  ] | 
