diff options
Diffstat (limited to 'json/items/armor/legs_clothes.json')
-rw-r--r-- | json/items/armor/legs_clothes.json | 75 |
1 files changed, 70 insertions, 5 deletions
diff --git a/json/items/armor/legs_clothes.json b/json/items/armor/legs_clothes.json index 938c41a..5bb8cae 100644 --- a/json/items/armor/legs_clothes.json +++ b/json/items/armor/legs_clothes.json @@ -7,7 +7,17 @@ "description": "A pair of blue jeans with four deep pockets.", "encumbrance": 7, "max_encumbrance": 11, - "storage": "4500 ml" + "storage": "4660 ml" + }, + { + "id": "jeans_red", + "copy-from": "jeans_red", + "type": "ARMOR", + "name": { "str_sp": "red jeans" }, + "description": "A pair of tight-fitting candy-apple-red jeans with four deep pockets.", + "encumbrance": 7, + "max_encumbrance": 11, + "storage": "4660 ml" }, { "id": "pants", @@ -16,7 +26,7 @@ "name": { "str_sp": "pants" }, "encumbrance": 7, "max_encumbrance": 11, - "storage": "4500 ml" + "storage": "4660 ml" }, { "id": "pants_army", @@ -25,7 +35,7 @@ "name": { "str_sp": "army pants" }, "encumbrance": 3, "max_encumbrance": 7, - "storage": "7 L" + "storage": "7160 ml" }, { "id": "pants_cargo", @@ -34,7 +44,7 @@ "name": { "str_sp": "cargo pants" }, "encumbrance": 2, "max_encumbrance": 6, - "storage": "7 L", + "storage": "7160 ml", "coverage": 100 }, { @@ -47,12 +57,67 @@ "storage": "1600 ml" }, { + "id": "pants_ski", + "copy-from": "pants_ski", + "type": "ARMOR", + "name": { "str_sp": "ski pants" }, + "encumbrance": 6, + "max_encumbrance": 10, + "storage": "4660 ml" + }, + { + "id": "shorts", + "copy-from": "shorts", + "type": "ARMOR", + "name": { "str_sp": "shorts" }, + "encumbrance": 2, + "max_encumbrance": 5, + "coverage": 35, + "storage": "4660 ml" + }, + { + "id": "shorts_cargo", + "copy-from": "shorts_cargo", + "type": "ARMOR", + "name": { "str_sp": "cargo shorts" }, + "encumbrance": 2, + "max_encumbrance": 7, + "coverage": 35, + "storage": "7160 ml" + }, + { + "id": "shorts_denim", + "copy-from": "shorts_denim", + "type": "ARMOR", + "name": { "str_sp": "denim shorts" }, + "encumbrance": 1, + "max_encumbrance": 3, + "coverage": 35, + "storage": "2160 ml" + }, + { + "id": "skirt", + "copy-from": "skirt", + "type": "ARMOR", + "name": { "str": "skirt" }, + "max_encumbrance": 0, + "coverage": 40, + "storage": "250 ml" + }, + { + "id": "skirt_leather", + "copy-from": "skirt_leather", + "type": "ARMOR", + "name": { "str": "leather skirt" }, + "coverage": 25 + }, + { "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" + "storage": "7160 ml" } ] |