From 02470fa2e14f09517f0be1001aa486e9dcc7a55a Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 6 Sep 2021 20:42:23 -0700 Subject: Rebalance the blood bar into 2 portions. Fix the broken second recipe for powdered bloodrune. --- vamp_stuff/Modification_Files/Items/Misc/v_materials.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vamp_stuff/Modification_Files/Items') diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json index 2d5251f..5294cd3 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json @@ -103,8 +103,8 @@ "looks_like": "jerky", "name": { "str": "blood bar" }, "description": "An 'energy' bar made from powdered and thickened blood. It is reasonably tasty and keeps for a long time.", - "weight": "150 g", - "volume": "223 ml", + "weight": "85 g", + "volume": "125 ml", "price": "0 cent", "material": [ "blood" ], "symbol": "'", -- cgit v1.2.1