From e576d5655169c5c206cedbda89075096424070d4 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 4 Jun 2023 13:41:29 +0200 Subject: Added Warps --- constants/Warps.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 constants/Warps.json diff --git a/constants/Warps.json b/constants/Warps.json new file mode 100644 index 0000000..06dd88b --- /dev/null +++ b/constants/Warps.json @@ -0,0 +1,35 @@ +{ + "warpCommands": [ + "garden", + "hub", + "castle", + "da", + "crypt", + "museum", + "dungeon_hub", + "barn", + "desert", + "trapper", + "park", + "jungle", + "howl", + "gold", + "deep", + "dwarves", + "forge", + "crystals", + "nucleus", + "spider", + "top", + "arachne", + "end", + "drag", + "void", + "nether", + "kuudra", + "wasteland", + "dragontail", + "scarleton", + "smold" + ] +} \ No newline at end of file -- cgit