summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Items/Armor Set/v_bloodgear.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 22:40:36 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 22:40:36 -0700
commit66ffd7038cf10566bd35bb6713677a5f8de3b6ef (patch)
tree1d1118242801f876c27f7566c0258184aafd440a /vamp_stuff/Modification Files/Items/Armor Set/v_bloodgear.json
downloadcataclysm-dda-mod_vampire-stuff-redone-66ffd7038cf10566bd35bb6713677a5f8de3b6ef.tar.xz
Initial commit
Diffstat (limited to 'vamp_stuff/Modification Files/Items/Armor Set/v_bloodgear.json')
-rw-r--r--vamp_stuff/Modification Files/Items/Armor Set/v_bloodgear.json90
1 files changed, 90 insertions, 0 deletions
diff --git a/vamp_stuff/Modification Files/Items/Armor Set/v_bloodgear.json b/vamp_stuff/Modification Files/Items/Armor Set/v_bloodgear.json
new file mode 100644
index 0000000..55e58b5
--- /dev/null
+++ b/vamp_stuff/Modification Files/Items/Armor Set/v_bloodgear.json
@@ -0,0 +1,90 @@
+[{
+ "id": "bloodbootsheath",
+ "type": "ARMOR",
+ "name": "blood sheet ankle sheath",
+ "description": "A blood red, improvised ankle sheath, its material makes it tough and easier to wear. Activate to sheathe/draw a knife.",
+ "weight": 180,
+ "volume": 2,
+ "price": 0,
+ "to_hit": -1,
+ "material": ["compactblood"],
+ "symbol": "[",
+ "color": "red",
+ "covers": ["FOOT_EITHER"],
+ "coverage": 10,
+ "encumbrance": 0,
+ "material_thickness": 1,
+ "use_action": {
+ "type": "holster",
+ "holster_prompt": "Sheath knife",
+ "holster_msg": "You have sheath your %s",
+ "max_volume": 2,
+ "draw_cost": 30,
+ "flags": ["SHEATH_KNIFE"]
+ },
+ "looks_like": "sheath",
+ "flags": ["BELTED", "OVERSIZE", "STURDY", "ALLOWS_NATURAL_ATTACKS", "WATER_FRIENDLY"]
+ }, {
+ "id": "bloodwristsheath",
+ "type": "ARMOR",
+ "name": "blood sheet wrist sheath",
+ "description": "A blood red wrist sheath. Small weapons are quickly drawn under your hands, just like what assassins do, but untrained people can hurt themselves. Activate to fast sheath/draw a knife.",
+ "weight": 180,
+ "volume": 2,
+ "price": 0,
+ "to_hit": -1,
+ "material": ["compactblood"],
+ "symbol": "[",
+ "color": "red",
+ "covers": ["HAND_EITHER"],
+ "coverage": 5,
+ "encumbrance": 1,
+ "material_thickness": 1,
+ "use_action": {
+ "type": "holster",
+ "holster_prompt": "Sheath knife",
+ "holster_msg": "You have sheath your %s",
+ "max_volume": 1,
+ "draw_cost": 5,
+ "flags": ["SHEATH_KNIFE"]
+ },
+ "looks_like": "sheath",
+ "flags": ["BELTED", "OVERSIZE", "STURDY", "ALLOWS_NATURAL_ATTACKS", "WATER_FRIENDLY"]
+ }, {
+ "id": "bloodpack",
+ "type": "ARMOR",
+ "name": "bloodpack",
+ "description": "Handcrafted backpack made of tough blood compact sheets customized to occupy large amount of storage at a cost of encumbrance.",
+ "weight": 950,
+ "volume": 11,
+ "price": 0,
+ "material": ["compactblood", "cotton"],
+ "symbol": "[",
+ "color": "red",
+ "covers": ["TORSO"],
+ "coverage": 5,
+ "encumbrance": 10,
+ "storage": 40,
+ "material_thickness": 1,
+ "looks_like": "backpack",
+ "flags": ["WATER_FRIENDLY", "STURDY", "BELTED"]
+ }, {
+ "id": "bigbloodpack",
+ "type": "ARMOR",
+ "name": "large bloodpack",
+ "description": "Improved bloodpack with additional pocket arrangements around it for even larger storage occupation. Encumbrance and weight has increased, tho.",
+ "weight": 1250,
+ "volume": 12,
+ "price": 0,
+ "material": ["compactblood", "cotton"],
+ "symbol": "[",
+ "color": "red",
+ "covers": ["TORSO"],
+ "coverage": 10,
+ "encumbrance": 20,
+ "storage": 75,
+ "material_thickness": 1,
+ "looks_like": "backpack",
+ "flags": ["WATER_FRIENDLY", "STURDY", "BELTED"]
+ }
+]