From 3c63f04780c91deb72b22ba90502e5a5561a9f33 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 2 Nov 2022 12:29:24 -0700 Subject: Add sealed blood iv bag as workaround. --- .../Modification_Files/Items/Misc/v_materials.json | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json index 4ab1088..0c9589d 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json @@ -161,5 +161,29 @@ "material": [ "compactblood" ], "symbol": ".", "color": "red" + }, + { + "id": "blood_sealed", + "looks_like": "bag_iv", + "type": "TOOL", + "category": "tools", + "name": { "str": "sealed IV bag of blood", "str_pl": "sealed IV bags of blood" }, + "description": "This is a sealed IV bag containing blood. Use to open.", + "weight": "540 g", + "volume": "550 ml", + "price": "0 cent", + "to_hit": -1, + "material": [ "plastic", "blood" ], + "symbol": ")", + "color": "red", + "use_action": { + "target": "blood", + "msg": "You open the IV bag, exposing it to the atmosphere.", + "container": "bag_iv", + "target_charges": 2, + "menu_text": "Open IV bag", + "type": "transform" + }, + "flags": [ "TRADER_AVOID" ] } ] -- cgit v1.2.1