From c758220027d7e8632b99d2d68b0a428bfaefa304 Mon Sep 17 00:00:00 2001 From: BladedCleric819 Date: Thu, 30 Apr 2026 22:33:37 +0100 Subject: [PATCH 1/2] Added Swords Collections Added Swords.Json File for a Swords Collection --- list/Swords.Json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 list/Swords.Json diff --git a/list/Swords.Json b/list/Swords.Json new file mode 100644 index 0000000..4052f81 --- /dev/null +++ b/list/Swords.Json @@ -0,0 +1,26 @@ +{ + "emoji": "⚔️", + "title": "Swords", + "concepts": [ + "Rapier", + "Cutlass", + "Falchion", + "Claymore", + "Gladius", + "Scimitar", + "Kirpan", + "Wakizashi", + "Nagamaki", + "Ninjato", + "Khopesh", + "Shotel", + "Dao", + "Katana", + "Bolo", + "Kastane", + "Flamberge", + "Mongol", + "Misericorde", + "Zweihänder" + ] +} \ No newline at end of file From f0b33d8b084d7c74d5093e2a118fa1249fdafb44 Mon Sep 17 00:00:00 2001 From: BladedCleric819 Date: Sun, 3 May 2026 00:15:19 +0100 Subject: [PATCH 2/2] Update and rename Swords.Json to swords.json Removed the 2 knives/daggers, replaced with 2 actual sword types. Alphabetised list. Renamed file to fit desired format. --- list/{Swords.Json => swords.json} | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) rename list/{Swords.Json => swords.json} (80%) diff --git a/list/Swords.Json b/list/swords.json similarity index 80% rename from list/Swords.Json rename to list/swords.json index 4052f81..c952137 100644 --- a/list/Swords.Json +++ b/list/swords.json @@ -2,25 +2,25 @@ "emoji": "⚔️", "title": "Swords", "concepts": [ - "Rapier", + "Akrafena", + "Bolo", + "Claymore", "Cutlass", + "Dao", "Falchion", - "Claymore", + "Flamberge", "Gladius", - "Scimitar", + "Kastane", + "Katana", + "Khopesh", "Kirpan", - "Wakizashi", "Nagamaki", "Ninjato", - "Khopesh", + "Rapier", + "Scimitar", "Shotel", - "Dao", - "Katana", - "Bolo", - "Kastane", - "Flamberge", - "Mongol", - "Misericorde", - "Zweihänder" + "Wakizashi", + "Zweihänder", + "Épée" ] -} \ No newline at end of file +}