summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-12 22:06:34 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-12 22:06:34 -0700
commitfe630522ef832c36a1b56969e8f98da9efaaa06e (patch)
tree6eb2dba3458bbbd7abbdf7b7597abf99b6f1b74f
parentAdd and fix more items, this time in tool_armor. (diff)
downloadcataclysm-bn-mod_armor-rebalance-fe630522ef832c36a1b56969e8f98da9efaaa06e.tar.xz
Rebalance a few items.
-rw-r--r--json/items/armor/holster.json8
-rw-r--r--json/items/armor/sheath.json8
-rw-r--r--json/items/armor/undergarments.json4
3 files changed, 14 insertions, 6 deletions
diff --git a/json/items/armor/holster.json b/json/items/armor/holster.json
index e7c08f1..52516c1 100644
--- a/json/items/armor/holster.json
+++ b/json/items/armor/holster.json
@@ -40,6 +40,14 @@
"max_encumbrance": 2
},
{
+ "id": "bholster",
+ "copy-from": "bholster",
+ "type": "ARMOR",
+ "name": { "str": "deep concealment holster" },
+ "encumbrance": 0,
+ "max_encumbrance": 1
+ },
+ {
"id": "shoulder_holster",
"copy-from": "shoulder_holster",
"type": "ARMOR",
diff --git a/json/items/armor/sheath.json b/json/items/armor/sheath.json
index 1ea98f3..e9b32ee 100644
--- a/json/items/armor/sheath.json
+++ b/json/items/armor/sheath.json
@@ -37,14 +37,14 @@
"type": "holster",
"holster_prompt": "Sheath knife",
"holster_msg": "You sheath your %s",
- "max_volume": "500 ml",
+ "max_volume": "750 ml",
"draw_cost": 80,
"flags": [ "SHEATH_KNIFE" ]
},
"coverage": 2,
- "encumbrance": 4,
- "max_encumbrance": 5,
- "flags": [ "BELTED", "VARSIZE", "OVERSIZE", "WATER_FRIENDLY", "COMPACT" ]
+ "encumbrance": 0,
+ "max_encumbrance": 1,
+ "flags": [ "SKINTIGHT", "VARSIZE", "OVERSIZE", "WATER_FRIENDLY", "COMPACT" ]
},
{
"id": "bootsheath",
diff --git a/json/items/armor/undergarments.json b/json/items/armor/undergarments.json
index 33e3e77..1859507 100644
--- a/json/items/armor/undergarments.json
+++ b/json/items/armor/undergarments.json
@@ -13,9 +13,9 @@
"symbol": "[",
"color": "dark_gray",
"material_thickness": 1,
- "flags": [ "SKINTIGHT", "VARSIZE", "POWERARMOR_COMPATIBLE" ],
+ "flags": [ "SKINTIGHT", "VARSIZE", "COMPACT", "POWERARMOR_COMPATIBLE" ],
"armor_portion_data": [
- { "covers": [ "torso" ], "coverage": 10, "encumbrance": 1 }
+ { "covers": [ "torso" ], "coverage": 2, "encumbrance": 1 }
]
}
]