diff options
Diffstat (limited to 'json/items/armor/legs_clothes.json')
-rw-r--r-- | json/items/armor/legs_clothes.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/json/items/armor/legs_clothes.json b/json/items/armor/legs_clothes.json index 5b36a25..938c41a 100644 --- a/json/items/armor/legs_clothes.json +++ b/json/items/armor/legs_clothes.json @@ -1,14 +1,5 @@ [ - { - "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", @@ -18,16 +9,16 @@ "max_encumbrance": 11, "storage": "4500 ml" }, - { - "id": "pants_leather", - "copy-from": "pants_leather", + { + "id": "pants", + "copy-from": "pants", "type": "ARMOR", - "name": { "str_sp": "leather pants" }, - "encumbrance": 15, - "max_encumbrance": 17, - "storage": "1600 ml" + "name": { "str_sp": "pants" }, + "encumbrance": 7, + "max_encumbrance": 11, + "storage": "4500 ml" }, - { + { "id": "pants_army", "copy-from": "pants_army", "type": "ARMOR", @@ -36,16 +27,7 @@ "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", @@ -54,5 +36,23 @@ "max_encumbrance": 6, "storage": "7 L", "coverage": 100 + }, + { + "id": "pants_leather", + "copy-from": "pants_leather", + "type": "ARMOR", + "name": { "str_sp": "leather pants" }, + "encumbrance": 15, + "max_encumbrance": 17, + "storage": "1600 ml" + }, + { + "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" } ] |