diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-12 01:13:39 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-12 01:13:39 -0700 |
commit | 97a6f6a9a41541a84aac44a2fb376ebcb9a69715 (patch) | |
tree | dc43100060418aab3cf2b75e8bf2ef1aad9f1a98 /json/items/armor/boots.json | |
parent | Merge mbr_vests_return mod. (diff) | |
download | cataclysm-bn-mod_armor-rebalance-97a6f6a9a41541a84aac44a2fb376ebcb9a69715.tar.xz |
Re-order against base json to ease diffing.
Also fix a few minor bugs.
Diffstat (limited to 'json/items/armor/boots.json')
-rw-r--r-- | json/items/armor/boots.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/json/items/armor/boots.json b/json/items/armor/boots.json index 8dc3d89..2ef2241 100644 --- a/json/items/armor/boots.json +++ b/json/items/armor/boots.json @@ -1,5 +1,14 @@ [ { + "id": "boots_combat", + "copy-from": "boots_combat", + "type": "ARMOR", + "name": { "str": "pair of combat boots", "str_pl": "pairs of combat boots" }, + "encumbrance": 12, + "//": "Add the mising 'pair of' to the name.", + "//2": "Reduce the encumbrance." + }, + { "id": "stockings", "type": "ARMOR", "name": { "str": "pair of stockings", "str_pl": "pairs of stockings" }, @@ -21,15 +30,6 @@ "flags": [ "VARSIZE", "SKINTIGHT", "POWERARMOR_COMPATIBLE" ] }, { - "id": "boots_combat", - "copy-from": "boots_combat", - "type": "ARMOR", - "name": { "str": "pair of combat boots", "str_pl": "pairs of combat boots" }, - "encumbrance": 12, - "//": "Add the mising 'pair of' to the name.", - "//2": "Reduce the encumbrance." - }, - { "id": "sandal_armor", "copy-from": "sandal_armor", "type": "ARMOR", |