Skip to content

Commit 5f80c3b

Browse files
Update world-map.md
1 parent df4617c commit 5f80c3b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/Game-Wiki-Articles/world-map.md

+20
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,32 @@ A crude representation of the game world, told through a flowchart.
55
``` mermaid
66
graph LR
77
edana(Edana) <--> thornlands(Thornlands) <--> sfor(Eswen Mallen) & helena(Helena) & heras(Heras) & mscave(Mscave) & thornnorth(Thornlands North);
8+
thornnorth <--> msquest(MS Quest) & bloodrose(Bloodrose) & ww1(World Walker Series) & nmthornlands(Nightmare Thornlands) & orcfor(Orkat Forest);
9+
bloodrose <--> mssnow(MS Snow) & aleyesu(Aleyesu);
10+
mscave <--> goblintown(Goblin Town) & gatecity(Gate City);
811
edana <--> edanasewers(Edana Sewers) <--> chapel(Chapel) <--> isle(Isle);
912
sfor <--> challs(Halls of Carthane) & thanatos(Thanatos) & calruin2(Calruin) & bcastle(Haunted Castle);
1013
challs <--> wicardoven(Wicard Oven);
1114
helena <--> kprelude(Keledros Prelude) & daragoth(Daragoth) & dtemple(Demon Temple);
1215
helena --> oldhelena(Old Helena);
1316
kprelude <--> itower(Idemark's Tower) & kboss(Keledros Library) & thekeep(The Keep);
17+
thekeep <--> dragooncaves(Dragoon Caves);
1418
daragoth <--> deralia(Deralia) <--> gcape(Gertenheld Cape) & ocrossing(Ocean Crossing) & dsewers(Deralia Sewers);
19+
daragoth <--> mines(Mines) & lowlands(Curse of the Bear God Series);
20+
daragoth <-- Hidden --> nash(Nashalrath);
21+
gcape <--> gforest(Gertenheld Forest);
1522
ocrossing <--> ara(Port Ara) & islesdread(Isles of Dread) & tundra(Tundra);
23+
mssnow <--> tundra;
24+
aleyesu <--> aluhandra(Aluhandra) <--> shadpalace(Shahaddar Palace) <--> sorcvilla(Shahaddar Villa);
25+
sorcvilla --> aluhandra;
26+
lodagond(Lodagond);
27+
thewall(The Wall);
28+
hswamp(The Hunderswamp);
29+
shendereast(Shender East);
30+
hemlock(Hemlock);
31+
bloodshrine(Bloodshrine);
32+
33+
click edana "../Regions/Edana/Edana"
34+
click thornlands "../Regions/Thornlands/Thornlands"
35+
click edanasewers "../Regions/Edana Sewers/Edana Sewers"
1636
```

0 commit comments

Comments
 (0)