summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json
diff options
context:
space:
mode:
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.json38
1 files changed, 22 insertions, 16 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
index f6eadfa..a7d7ddc 100644
--- a/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json
+++ b/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json
@@ -2,7 +2,7 @@
{
"id": "bloodbootsheath",
"type": "ARMOR",
- "name": { "str": "blood sheet ankle sheath" },
+ "name": { "str": "blood leather 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 g",
"volume": "500 ml",
@@ -29,7 +29,7 @@
{
"id": "bloodwristsheath",
"type": "ARMOR",
- "name": { "str": "blood sheet wrist sheath" },
+ "name": { "str": "blood leather 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 g",
"volume": "500 ml",
@@ -56,41 +56,47 @@
{
"id": "bloodpack",
"type": "ARMOR",
- "name": { "str": "bloodpack" },
- "description": "Handcrafted backpack made of tough blood compact sheets.",
+ "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": 11,
+ "volume": "2000 ml",
"price": 0,
- "material": [ "compactblood", "cotton" ],
+ "rigid": false,
+ "material": [ "compactblood" ],
"symbol": "[",
+ "looks_like": "backpack",
"color": "red",
"covers": [ "TORSO" ],
"coverage": 30,
- "encumbrance": 2,
- "max_encumbrance": 15,
+ "encumbrance": 4,
+ "max_encumbrance": 17,
"storage": "15 L",
+ "warmth": 0,
"material_thickness": 1,
- "looks_like": "backpack",
- "flags": [ "WATER_FRIENDLY", "STURDY", "BELTED" ]
+ "flags": [ "BELTED", "WATER_FRIENDLY", "STURDY" ]
},
{
"id": "bigbloodpack",
"type": "ARMOR",
- "name": { "str": "large bloodpack" },
- "description": "Improved bloodpack with additional pockets for even more storage.",
+ "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": 12,
+ "volume": "4 L",
"price": 0,
- "material": [ "compactblood", "cotton" ],
+ "rigid": false,
+ "material": [ "compactblood" ],
"symbol": "[",
+ "looks_like": "rucksack",
"color": "red",
"covers": [ "TORSO" ],
"coverage": 40,
"encumbrance": 2,
"max_encumbrance": 20,
"storage": "22 L",
+ "warmth": 0,
"material_thickness": 1,
- "looks_like": "backpack",
- "flags": [ "WATER_FRIENDLY", "STURDY", "BELTED" ]
+ "flags": [ "BELTED", "WATER_FRIENDLY", "STURDY" ]
}
]