Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Locations: Difference between revisions

From Drifter's Wiki
No edit summary
Tag: wikieditor
No edit summary
Tag: wikieditor
 
(24 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{| class="wikitable"
{| class="wikitable"
|-
|-
 
! style="width: 30%; vertical-align:top" |
! style="width: 30%" |
* [[Newhaven Valley]]
* [[Newhaven Valley]]
** [[Central Veins]]
** [[Central Veins]]
Line 20: Line 19:
** [[Ember Vein B - Basilisks]]
** [[Ember Vein B - Basilisks]]
** [[Dryfoot Stronghold]]
** [[Dryfoot Stronghold]]
** [[Dryfoot Fortress]]
* [[Highland Hills]]
**[[Blightroot Grove]]
* [[Redshore]]
* [[Redshore]]
** [[Redshore Ridge]]
** [[Redshore Ridge]]
***[[Cragscale Caverns]]
** [[Exile Freehold]]
** [[Forgotten Depths]]
** [[Forgotten Depths]]
** [[Forgotten Depths 2]]
** [[Flooded Ruins| Ember Vein - Flooded Ruins]]
* [[Grimstone Canyon]]
* [[Grimstone Canyon]]
 
** [[Shrieking Barrows]]
 
**[[Arkhos Lair]]
! Zone connection map [[File:Zone Connection Map v2.1.png|600px]]
* [[Grizzled Peaks]]
 
! {{:World map v2}}
 
|}
 
==Zone connection map (clickable)==
Note: There are plans to make this map clickable via a mermaid diagram
{{:World map}}
 
 
 
 
 
 
Below is mermaid code (for previous version of the zone connection map). The code can be viewed as a diagram in Visual Studio Code (save as zoneMap.md):
 
```mermaid
flowchart BT
ML[Meadowlands<br>8+]:::Outdoors
ML ===== RF
AQ2[Aquifer Undercroft<br>25+]---ML
MLEVA[ML EV-A<br>Spiders 16+]-.- ML
ML-.- MLEVB[ML EV-B<br>Frogs 12+]
ML-.- MLEVC[ML EV-C<br>Mires 15+]
DF[Dryfoot<br>14+]
DF -.- DFEVB[DF EV-B Basilisks<br>20+]
DS[Dryfoot Stronghold<br>22+] --- DF
DF -.- DFEVA[DF EV-A Ants<br>18+]
RF[Redshore Forest<br>25+]
RF --- RR[Redshore Ridge<br>30+] 
NR[Northreach<br>6+]
NR ==== DF
NR-.- NREVA[NR EV A<br>Emberflies 8+]
NR -.- NREVC[NR EV C<br>Bats 10+]
NR---CV2[CV North<br>Spiders 8+<br>Exies 14+]
NV[Northhaven Valley<br>1+]
NV---CV1W[CV South W<br>4+]
NV === NC(Northhaven City)
NV[Northhaven Valley<br>1+]---CV1E[CV South E<br>4+]
NR ===ML
ML---AQ1[Aquifer Karst<br>16+]
DF === RF
NC === NR
classDef City fill:#777,stroke:#000,stroke-width:8px,color:#fff
classDef Outdoor fill:#361,stroke:#333,stroke-width:4px,color:#fff
classDef Desert fill:#863,stroke:#333,stroke-width:4px,color:#fff
classDef Forest fill:#142,stroke:#333,stroke-width:4px,color:#fff
classDef Dungeon fill:#333,stroke:#000,stroke-width:4px,color:#fff
classDef EmberVeins fill:#333,stroke:#ffbf00,stroke-width:2px,color:#fff,stroke-dasharray: 5 5
class ML,NR,NV Outdoor
class DF,DS Desert
class NC City
class RF,RR Forest
class CV2,CV1W,CV1E,AQ1,AQ2 Dungeon
class NREVA,NREVC,MLEVA,MLEVB,MLEVC,DFEVA,DFEVB EmberVeins
linkStyle 3,4,5,7,10,11,2 stroke:#ffbf00,stroke-width:4px,color:orange;
```

Latest revision as of 20:25, 28 May 2024