summaryrefslogtreecommitdiff
path: root/json/items/armor/legs_clothes.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/armor/legs_clothes.json')
-rw-r--r--json/items/armor/legs_clothes.json58
1 files changed, 58 insertions, 0 deletions
diff --git a/json/items/armor/legs_clothes.json b/json/items/armor/legs_clothes.json
new file mode 100644
index 0000000..5b36a25
--- /dev/null
+++ b/json/items/armor/legs_clothes.json
@@ -0,0 +1,58 @@
+[
+ {
+ "id": "pants",
+ "copy-from": "pants",
+ "type": "ARMOR",
+ "name": { "str_sp": "pants" },
+ "encumbrance": 7,
+ "max_encumbrance": 11,
+ "storage": "4500 ml"
+ },
+ {
+ "id": "jeans",
+ "copy-from": "jeans",
+ "type": "ARMOR",
+ "name": { "str_sp": "jeans" },
+ "description": "A pair of blue jeans with four deep pockets.",
+ "encumbrance": 7,
+ "max_encumbrance": 11,
+ "storage": "4500 ml"
+ },
+ {
+ "id": "pants_leather",
+ "copy-from": "pants_leather",
+ "type": "ARMOR",
+ "name": { "str_sp": "leather pants" },
+ "encumbrance": 15,
+ "max_encumbrance": 17,
+ "storage": "1600 ml"
+ },
+ {
+ "id": "pants_army",
+ "copy-from": "pants_army",
+ "type": "ARMOR",
+ "name": { "str_sp": "army pants" },
+ "encumbrance": 3,
+ "max_encumbrance": 7,
+ "storage": "7 L"
+ },
+ {
+ "id": "winter_pants_army",
+ "copy-from": "winter_pants_army",
+ "type": "ARMOR",
+ "name": { "str_sp": "army winter pants" },
+ "encumbrance": 11,
+ "max_encumbrance": 22,
+ "storage": "7 L"
+ },
+ {
+ "id": "pants_cargo",
+ "copy-from": "pants_cargo",
+ "type": "ARMOR",
+ "name": { "str_sp": "cargo pants" },
+ "encumbrance": 2,
+ "max_encumbrance": 6,
+ "storage": "7 L",
+ "coverage": 100
+ }
+]