diff options
author | LawnCable <git@lawncable.net> | 2021-03-13 20:18:22 +0000 |
---|---|---|
committer | LawnCable <git@lawncable.net> | 2021-03-13 20:18:22 +0000 |
commit | 7fc352f7e6f403bfb5aa300b91319d614ba0edfd (patch) | |
tree | 9144f9d59332cae03db3d39bf8f27a1a95dd0624 | |
parent | 77005340dfb24dad2d68f6a10ce61a88679b74ca (diff) | |
parent | de3f7c4c10b1cad76fb9a10d1b78076315af87b4 (diff) | |
download | electron-7fc352f7e6f403bfb5aa300b91319d614ba0edfd.tar.gz electron-7fc352f7e6f403bfb5aa300b91319d614ba0edfd.tar.bz2 electron-7fc352f7e6f403bfb5aa300b91319d614ba0edfd.tar.xz electron-7fc352f7e6f403bfb5aa300b91319d614ba0edfd.zip |
Prepare for TMW rEvolt
See merge request TMW2/lawncable!3
-rw-r--r-- | src/renderer/gameserver/data.ts | 46 |
1 files changed, 35 insertions, 11 deletions
diff --git a/src/renderer/gameserver/data.ts b/src/renderer/gameserver/data.ts index 4ca72d6..e42b8ad 100644 --- a/src/renderer/gameserver/data.ts +++ b/src/renderer/gameserver/data.ts @@ -9,7 +9,7 @@ const TMW2 = new GameServer( new GameServerProfile("server.tmw2.org", 6901, "evol2", "TMW2"), "TMW2", "TMW2: Moubootaur Legends", - "What happens if you mix TMW with Evol and add many new Ideas", + "What happens if you mix TMW with Evol and add many new ideas? ...Ready to become a Moubootaur Legend now?", "https://tmw2.org/news", { url: "http://updates.tmw2.org/news.txt", type: NewsType.ManaPlus }, [{ isVideo: false, file: "tmw2/background1.png" }], @@ -49,23 +49,47 @@ const TMW2 = new GameServer( ); const Evol = new GameServer( - new GameServerProfile("world.evolonline.org", 6901, "evol2"), - "Evol Online", - "Evol Online", - "[EvolDescription]", - "https://evolonline.org/", - undefined, + new GameServerProfile("revolt.themanaworld.org", 6969, "evol2"), + "TMW rEvolt", + "The Mana World: rEvolt", + "Join epic adventures with people from all over the world.", + "https://themanaworld.org/", + { url: "http://evol.gitlab.io/clientdata/news.txt", type: NewsType.ManaPlus }, [{ isVideo: false, file: "evol/background1.png" }], "evol/icon.png", - [new socialLink("fas fa-home", "Website", "https://evolonline.org/")], - "http://wiki.evolonline.org/rules/gamerules", + [ + new socialLink("fas fa-home", "Website", "https://themanaworld.org/"), + new socialLink("fas fa-users", "Forum", "https://forums.themanaworld.org/"), + new socialLink("fab fa-discord", "Discord", "https://discord.gg/UnY77dR"), + new socialLink( + "fas fa-comments", + "IRC Chat", + "http://webchat.freenode.net/?channels=#themanaworld" + ), + new socialLink( + "fab fa-youtube", + "Youtube", + "https://www.youtube.com/user/themanaworldofficial" + ), + new socialLink( + "fab fa-steam", + "Steam Group", + "http://steamcommunity.com/groups/themanaworld" + ), + new socialLink( + "fab fa-gitlab", + "Gitlab", + "https://gitlab.com/themanaworld" + ), + ], + "http://policies.themanaworld.org/rules", null ); const TMW = new GameServer( new GameServerProfile("server.themanaworld.org", 6901, "tmwAthena"), "The Mana World", - "The Mana World", + "The Mana World: Legacy", "The clasic TMW experience. Join adventures with people from all over the world.", "https://www.themanaworld.org/news", { @@ -97,7 +121,7 @@ const noServer = new GameServer( new socialLink( "fab fa-gitlab", "Gitlab", - "https://gitlab.com/manaplus/manaplus/" + "https://gitlab.com/themanaworld/manaplus/manaplus/" ), ], undefined, |