summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-14 11:31:03 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-14 11:31:03 -0800
commit7ee95bfc2ed85ece0c91fe33e0989c6ac51d267b (patch)
tree30641ab2d8ae4a7275ff00d6de97833c1279d24c
parentRevert last. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-7ee95bfc2ed85ece0c91fe33e0989c6ac51d267b.tar.xz
Fix stack sizes for powdered blood.
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/v_materials.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
index 19ddc88..4a861ca 100644
--- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
+++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
@@ -57,7 +57,7 @@
"type": "COMESTIBLE",
"comestible_type": "FOOD",
"looks_like": "protein_powder",
- "name": { "str": "powdered blood" },
+ "name": { "str_sp": "powdered blood" },
"description": "Dehydrated blood powder. Mix with water to make drinkable blood.",
"weight": "3 g",
"volume": "3 ml",
@@ -66,7 +66,7 @@
"primary_material": "powder",
"symbol": "'",
"color": "red",
- "count": 10,
+ "charges": 10,
"quench": 0,
"healthy": 1,
"fun": -5,
@@ -78,7 +78,7 @@
"comestible_type": "FOOD",
"copy-from": "bloodpowder",
"looks_like": "bloodpowder",
- "name": { "str": "powdered synthetic blood" },
+ "name": { "str_sp": "powdered synthetic blood" },
"description": "Dehydrated synthetic blood powder. Mix with water to make drinkable synthetic blood.",
"healthy": -4
},