diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-06-04 13:41:29 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-06-04 13:41:29 +0200 |
commit | e576d5655169c5c206cedbda89075096424070d4 (patch) | |
tree | a8859462849eeba630ecb1efb2cf8a5014a7d92d | |
parent | e1730387c9fdd0c6edc4aa1f5946b4b92bd63b47 (diff) | |
download | SkyHanni-REPO-e576d5655169c5c206cedbda89075096424070d4.tar.gz SkyHanni-REPO-e576d5655169c5c206cedbda89075096424070d4.tar.bz2 SkyHanni-REPO-e576d5655169c5c206cedbda89075096424070d4.zip |
Added Warps
-rw-r--r-- | constants/Warps.json | 35 |
1 files changed, 35 insertions, 0 deletions
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 |