Updated V2
```mermaid height=2085,
%%{
init: {
'theme': 'base',
'themeVariables': {
'primaryColor': '#131313',
'primaryTextColor': '#CCC',
'primaryBorderColor': '#FFF',
'lineColor': '#39A080',
'secondaryColor': '#252525',
'tertiaryColor': '#223'
}
}
}%%
flowchart BT
classDef StartButton color:#0f0,fill:#131313,stroke:#0f0,stroke-width:1
classDef AncientForums color:#0AA,fill:#131313,stroke:#044,stroke-width:2
classDef TrustedLads color:#AA3,fill:#131313,stroke:#550,stroke-width:2
classDef OutsideForums color:#CCC,fill:#252525,stroke:#AAA,stroke-width:2
1:::StartButton
2:::OutsideForums
3:::OutsideForums
4:::OutsideForums
5:::OutsideForums
5_1:::OutsideForums
tl1:::TrustedLads
tl2:::TrustedLads
tl3:::TrustedLads
tl4:::TrustedLads
tl5:::TrustedLads
tl6:::TrustedLads
6:::AncientForums
7:::AncientForums
8:::AncientForums
9:::AncientForums
8_1:::AncientForums
9_1:::AncientForums
10:::AncientForums
11:::AncientForums
12:::AncientForums
13:::AncientForums
1[Start] --> 2["
Before you stands a set of large marble gates.
You are welcomed by a tiny robot.
"]
2 --It prints a small piece of paper from its chest --> 3["
You read the document
"]
2 --Continue on to the gates--> 4
3 --> 5["
It gives you a satisfied smile and rolls away.
You gain a little bit of joy.
"]
5 --> 5_1
5_1[""]
5 ----> 4["
As you approach the gates, it opens on it's own.
It appears to be calling you to the realm ahead.
"]
4 --> |Continue onwards|6["
A crowd is gathering in the plaza.
One of the patrons asks for your opinion on your favorite Magic.
"]
subgraph The Ancient Forums
6 ---> 7["
You stick around to answer the question.
Its not long before people join in the conversation.
"]
6 --> 8["
You wander away from the crowd.
"]
8 ----> 8_1["
You wander further and further away
The landscape ahead looks endless, do you continue?
"]
8_1 -.-> |Nevermind|6
7 --> 9["
A hermit challenges you to solve his puzzle
"]
9 --> |The hermit drops a scrap of paper|9_1["
You take a look at the paper.
It seems to contain a solution to the puzzle.
"]
9 ---> |You solve his puzzle|10["
You whisper to the hermit the answer to his question.
He is deep in thought for a moment, then hands you a key.
#60;You obtained a Stone Key!#62;
"]
9_1 --> 10
10 --> 11["
The hermit walks away.
You are left to explore the realm once again.
"]
11 --> 12["
A pair of moderators are handing out nametags.
You perk up from the crowd and manage to grab one.
#60;You obtained a Blank Nametag!#62;
"]
11 --> 13["
A couple students are discussing a statue they saw in a recent town.
"]
end
subgraph The Trusted Realm
8_1 -.You continue to walk forwards......-> tl1["
You walk a long, long distance. Until the gates have vanished behind you.
As you lay resting beneath a tree, a settler offers his hand to you.
"]
tl1 --> tl2["
You take his hand as he helps you up.
He introduces you to his crew.
"]
tl2 --> tl3["
It's not long before they start to argue amonst themselves.
They are in a fuss about who will lead them.
"]
tl3 --> |Join the conversation|tl4["
The noises only get louder as more and more people shout to have their voice heard.
However, a negotiator is able to converse everyone into
an election.
"]
tl3 --> |Walk away and explore the realm|tl5["
An axe-wielding sailor explains of a mystical place called #34;Mimhere Island#34;
and his journey to find it.
"]
tl4 --> tl6["
Some how, you ended up geting selected as president of The Trusted Realm?
"]
end
tl5 --> TBC
tl6 -------->TBC[" To be continued!
"]
```