diff options
Diffstat (limited to 'vamp_stuff/Modification_Files')
-rw-r--r-- | vamp_stuff/Modification_Files/Items/Misc/v_materials.json | 6 |
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 }, |