From 97a6f6a9a41541a84aac44a2fb376ebcb9a69715 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 12 Mar 2024 01:13:39 -0700 Subject: Re-order against base json to ease diffing. Also fix a few minor bugs. --- json/items/armor/boots.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'json/items/armor/boots.json') 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,4 +1,13 @@ [ + { + "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", @@ -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", -- cgit v1.2.1