From 911c4fcfb8243d1c9d837850ea1c17b673bf98ac Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 24 Jan 2022 21:16:47 -0800 Subject: Port back a number of fixes and cleanups from my attempt to port the mod to DDA. --- .../Modification_Files/Items/Armor_Set/v_bloodgear.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json') diff --git a/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json b/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json index 9f7fb2b..df392e8 100644 --- a/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json +++ b/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json @@ -1,6 +1,7 @@ [ { "id": "bloodbootsheath", + "looks_like": "bootsheath", "type": "ARMOR", "category": "clothing", "name": { "str": "blood leather ankle sheath" }, @@ -24,11 +25,11 @@ "draw_cost": 30, "flags": [ "SHEATH_KNIFE" ] }, - "looks_like": "sheath", "flags": [ "BELTED", "OVERSIZE", "STURDY", "ALLOWS_NATURAL_ATTACKS", "WATER_FRIENDLY" ] }, { "id": "bloodwristsheath", + "looks_like": "bandolier_wrist", "type": "ARMOR", "category": "clothing", "name": { "str": "blood leather wrist sheath" }, @@ -52,23 +53,22 @@ "draw_cost": 5, "flags": [ "SHEATH_KNIFE" ] }, - "looks_like": "sheath", "flags": [ "BELTED", "OVERSIZE", "STURDY", "ALLOWS_NATURAL_ATTACKS", "WATER_FRIENDLY" ] }, { "id": "bloodpack", + "//": "Rebased on a leather backpack.", + "looks_like": "backpack_leather", "type": "ARMOR", "category": "clothing", "name": { "str": "blood leather backpack" }, "description": "A small backpack handmade from blood leather. Good durable storage for a little encumbrance.", - "//": "Rebased on a leather backpack.", "weight": "950 g", - "volume": "2000 ml", + "volume": "2 L", "price": "0 cent", "rigid": false, "material": [ "compactblood" ], "symbol": "[", - "looks_like": "backpack", "color": "red", "covers": [ "torso" ], "coverage": 30, @@ -81,18 +81,18 @@ }, { "id": "bigbloodpack", + "//": "Rebased on a military rucksack.", + "looks_like": "rucksack", "type": "ARMOR", "category": "clothing", "name": { "str": "blood leather rucksack" }, "description": "A large blood leather rucksack, provides a lot of storage and is quite durable.", - "//": "Rebased on a military rucksack.", "weight": "1250 g", "volume": "4 L", "price": "0 cent", "rigid": false, "material": [ "compactblood" ], "symbol": "[", - "looks_like": "rucksack", "color": "red", "covers": [ "torso" ], "coverage": 40, -- cgit v1.2.1