diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-06 20:42:23 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-06 20:42:23 -0700 |
commit | 02470fa2e14f09517f0be1001aa486e9dcc7a55a (patch) | |
tree | dccdce1e3e8b9c753a06228052df58d9896106df /vamp_stuff/Modification_Files/Items/Misc | |
parent | Fix thickened blood spoil duration (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-02470fa2e14f09517f0be1001aa486e9dcc7a55a.tar.xz |
Rebalance the blood bar into 2 portions.
Fix the broken second recipe for powdered bloodrune.
Diffstat (limited to 'vamp_stuff/Modification_Files/Items/Misc')
-rw-r--r-- | vamp_stuff/Modification_Files/Items/Misc/v_materials.json | 4 |
1 files changed, 2 insertions, 2 deletions
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": "'", |