From 99f3ab304e44f49515d1dd84bc9a82e0b158b7f9 Mon Sep 17 00:00:00 2001 From: Walker Selby Date: Tue, 10 Oct 2023 17:11:53 +0100 Subject: Warp Additions Change order to alphabetical for readability Add missing warps: ch cn crimson crypts dh dhub dmines dragons dragontail home howling_cave isle mound nest sanctuary scarleton sepulture smold smoldering_tomb smoldering spiders wasteland wiz --- constants/Warps.json | 65 +++++++++++++++++++++++++++++++++++----------------- 1 file changed, 44 insertions(+), 21 deletions(-) diff --git a/constants/Warps.json b/constants/Warps.json index bbbc3e7..fdbca7e 100644 --- a/constants/Warps.json +++ b/constants/Warps.json @@ -1,34 +1,57 @@ { "warpCommands": [ - "garden", - "hub", + "arachne", + "barn", "castle", - "da", + "ch", + "cn", + "crimson", "crypt", - "museum", - "dungeon_hub", - "barn", - "desert", - "trapper", - "park", - "jungle", - "howl", - "gold", + "crypts", + "crystals", + "da", "deep", + "desert", + "dh", + "dhub", + "dmines", + "drag", + "dragons", + "dragontail", + "dungeon_hub", "dwarves", + "end", "forge", - "crystals", + "garden", + "gold", + "home", + "howl", + "howling_cave", + "hub", + "isle", + "jungle", + "kuudra", + "mines", + "mound", + "museum", + "nest", + "nether", "nucleus", + "park", + "sanctuary", + "scarleton", + "sepulture", + "smold", + "smoldering", + "smoldering_tomb", "spider", + "spiders", "top", - "arachne", - "end", - "drag", + "tower", + "trapper", "void", - "nether", - "kuudra", - "mines", - "wizard", - "tower" + "wasteland", + "wiz", + "wizard" ] } \ No newline at end of file -- cgit From 8cda5627aca8c46350692bfaa3811fe792550ccd Mon Sep 17 00:00:00 2001 From: Walker Selby Date: Tue, 10 Oct 2023 17:14:12 +0100 Subject: Add island --- constants/Warps.json | 1 + 1 file changed, 1 insertion(+) diff --git a/constants/Warps.json b/constants/Warps.json index fdbca7e..4ae8fcf 100644 --- a/constants/Warps.json +++ b/constants/Warps.json @@ -28,6 +28,7 @@ "howl", "howling_cave", "hub", + "island", "isle", "jungle", "kuudra", -- cgit From 17740a5c97942a3bfb7f7a1bf5ebc802b9cab4c6 Mon Sep 17 00:00:00 2001 From: Walker Selby Date: Tue, 10 Oct 2023 17:37:00 +0100 Subject: Remove incorrect/bingo-exclusive warps --- constants/Warps.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/constants/Warps.json b/constants/Warps.json index 4ae8fcf..268dee9 100644 --- a/constants/Warps.json +++ b/constants/Warps.json @@ -17,7 +17,6 @@ "dmines", "drag", "dragons", - "dragontail", "dungeon_hub", "dwarves", "end", @@ -39,8 +38,6 @@ "nether", "nucleus", "park", - "sanctuary", - "scarleton", "sepulture", "smold", "smoldering", @@ -51,7 +48,6 @@ "tower", "trapper", "void", - "wasteland", "wiz", "wizard" ] -- cgit From 3aae3db7e94c1630d1c82e09661d3ddaffb9d50b Mon Sep 17 00:00:00 2001 From: Walker Selby Date: Tue, 10 Oct 2023 17:41:17 +0100 Subject: Add hollows, dungeons, village --- constants/Warps.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/constants/Warps.json b/constants/Warps.json index 268dee9..2f790ab 100644 --- a/constants/Warps.json +++ b/constants/Warps.json @@ -17,12 +17,14 @@ "dmines", "drag", "dragons", + "dungeons", "dungeon_hub", "dwarves", "end", "forge", "garden", "gold", + "hollows", "home", "howl", "howling_cave", @@ -47,6 +49,7 @@ "top", "tower", "trapper", + "village", "void", "wiz", "wizard" -- cgit