diff options
-rw-r--r-- | vamp_stuff/Modification_Files/Items/Misc/v_materials.json | 24 |
1 files changed, 24 insertions, 0 deletions
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" ] } ] |