summaryrefslogtreecommitdiff
path: root/json/items/armor/belts.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/armor/belts.json')
-rw-r--r--json/items/armor/belts.json59
1 files changed, 54 insertions, 5 deletions
diff --git a/json/items/armor/belts.json b/json/items/armor/belts.json
index ddb0fdc..b977910 100644
--- a/json/items/armor/belts.json
+++ b/json/items/armor/belts.json
@@ -1,13 +1,53 @@
[
{
+ "id": "fireman_belt",
+ "copy-from": "fireman_belt",
+ "type": "ARMOR",
+ "name": { "str": "firefighter belt" },
+ "rigid": false,
+ "encumbrance": 2,
+ "max_encumbrance": 5
+ },
+ {
+ "id": "leather_belt",
+ "copy-from": "leather_belt",
+ "type": "ARMOR",
+ "name": { "str": "leather belt" },
+ "description": "A leather belt. Designed to look good and hold up a pair of pants, but you should be able to attach a small tool or weapon to one of the belt loops.",
+ "rigid": false,
+ "encumbrance": 0,
+ "max_encumbrance": 1,
+ },
+ {
+ "id": "tool_belt",
+ "copy-from": "tool_belt",
+ "type": "ARMOR",
+ "name": { "str": "tool belt" },
+ "rigid": false,
+ "storage": "0 L",
+ "encumbrance": 2,
+ "max_encumbrance": 12,
+ "use_action": {
+ "type": "holster",
+ "holster_prompt": "Store tool or blade",
+ "holster_msg": "You put your %1$s in your %2$s",
+ "multi": 5,
+ "min_volume": "40 ml",
+ "max_volume": "1500 ml",
+ "max_weight": "1500 g",
+ "flags": [ "BELT_CLIP", "SHEATH_KNIFE" ]
+ },
+ "//": "Reduce to 5 item slots."
+ },
+ {
"id": "police_belt",
"copy-from": "police_belt",
"type": "ARMOR",
"name": { "str": "police duty belt" },
"rigid": false,
- "encumbrance": 1,
- "max_encumbrance": 6,
- "//": "Reduce base encumbrance, with the old value becoming max_encumbrance when items are stored."
+ "storage": "2 L",
+ "encumbrance": 0,
+ "max_encumbrance": 4
},
{
"id": "webbing_belt",
@@ -16,7 +56,16 @@
"name": { "str": "webbing belt" },
"rigid": false,
"encumbrance": 1,
- "max_encumbrance": 3,
- "//": "Slightly increase encumbrance when an item is stored."
+ "max_encumbrance": 4,
+ "use_action": {
+ "type": "holster",
+ "holster_prompt": "Stick what into your belt",
+ "holster_msg": "You tuck your %s into your %s",
+ "max_volume": "1500 ml",
+ "max_weight": "1000 g",
+ "flags": [ "BELT_CLIP" ]
+ },
+ "//": "Set a fixed encumbrance of 1.",
+ "//2": "Increase stored item max volume to 1500 ml, but reduce its weight to 1 kg."
}
]