summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-11-02 12:29:24 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-11-02 12:29:24 -0700
commit3c63f04780c91deb72b22ba90502e5a5561a9f33 (patch)
tree057e585bd3d200d18bca0347c6929777450b9eee
parentRebalance blood and synthetic blood. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-3c63f04780c91deb72b22ba90502e5a5561a9f33.tar.xz
Add sealed blood iv bag as workaround.
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/v_materials.json24
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" ]
}
]