summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-13 20:18:22 +0000
committerLawnCable <git@lawncable.net>2021-03-13 20:18:22 +0000
commitde3f7c4c10b1cad76fb9a10d1b78076315af87b4 (patch)
tree1f20f11646b2d70107521f96e7e5b2d53b9ff50d
parent476adc1800c5581d0ba5d62f15127614ee6df24f (diff)
downloadelectron-de3f7c4c10b1cad76fb9a10d1b78076315af87b4.tar.gz
electron-de3f7c4c10b1cad76fb9a10d1b78076315af87b4.tar.bz2
electron-de3f7c4c10b1cad76fb9a10d1b78076315af87b4.tar.xz
electron-de3f7c4c10b1cad76fb9a10d1b78076315af87b4.zip
Prepare for TMW rEvolt
-rw-r--r--src/renderer/gameserver/data.ts46
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,