chiark / gitweb /
(no commit message)
[ArtibusWiki.git] / Setting / mercereportals.dot
1 graph portals{ 
2         size="10,10";        
3         layout=fdp;
4         splines=true;
5                 
6         subgraph cluster_ga {
7                 Valnastium;
8                 label="Greater Alps";
9                 graph[style=dotted];
10                 bgcolor=yellow;                
11         }
12         subgraph cluster_hi {
13                 "Circulus Ruber";
14                 Vigil;
15                 label="Hibernian";
16                 graph[style=dotted];
17                 bgcolor=pink;               
18         }
19         subgraph cluster_ib {
20                 Barcelona;
21                 Unnamed4;
22                 label="Iberian";
23                 graph[style=dotted];
24                 bgcolor=MediumPurple;               
25         }
26         subgraph cluster_le {
27                 "Al-Arama";
28                 Foothold;
29                 "The Hermetic Embassy";
30                 label="The Levant";
31                 graph[style=dotted];
32                 bgcolor=yellow;               
33         }
34         subgraph cluster_ll {
35                 Unnamed1;
36                 label="Loch Legean";
37                 graph[style=dotted];
38                 bgcolor="#ff8888";               
39         }                
40         subgraph cluster_no {
41                 Fudarus;
42                 "Dragon's Rest";
43                 Confluensis;
44                 Cunfin;                
45                 label="Normandy";
46                 graph[style=dotted];
47                 bgcolor="#ff8888";               
48         }
49         subgraph cluster_nv {
50                 "Priapet Maior";
51                 "Rodnya (ex)" [bgcolor=grey];
52                 "Three Lakes";
53                 label="Novgorod";
54                 graph[style=dotted];
55                 bgcolor="#ff8888";               
56         }
57         subgraph cluster_pr {
58                 Unnamed3;
59                 label="Provençal";
60                 graph[style=dotted];
61                 bgcolor=cyan;               
62         }
63         subgraph cluster_rh {
64                 Crintera;
65                 Durenmar;
66                 Irencillia;
67                 label="Rhine";
68                 graph[style=dotted];
69                 bgcolor=LightBlue;               
70         }
71         subgraph cluster_ro {
72                 Harco;
73                 Magvillus;
74                 Unnamed2;
75                 "Vardian's Tomb";
76                 Verdi;
77                 label="Roman";
78                 graph[style=dotted];
79                 bgcolor=brown2;               
80         }
81         subgraph cluster_st {
82                 "Magnantrum (ex)" [bgcolor=grey];
83                 "Schola Pythagorus";
84                 label="Stonehenge";
85                 graph[style=dotted];
86                 bgcolor=green;               
87         }
88         subgraph cluster_th {
89                 Hedyosmos;
90                 Xylinites;
91                 "Moero's Garden";
92                 label="Thebes";
93                 graph[style=dotted];
94                 bgcolor=cyan;               
95         }
96         subgraph cluster_tr {
97                 Coeris;
98                 label="Transylvanian";
99                 graph[style=dotted];
100                 bgcolor=green;               
101         }
102
103         "Coeris" -- "Unnamed4"
104         "Crintera" -- "Rodnya (ex)"
105         "Dragon's Rest" -- "Confluensis"
106         "Dragon's Rest" -- "Cunfin"
107         "Fudarus" -- "Foothold"
108         "Fudarus" -- "Hedyosmos"
109         "Harco" -- "Durenmar"
110         "Harco" -- "Magnantrum (ex)"
111         "Harco" -- "Valnastium"
112         "Harco" -- "Three Lakes"
113         "Harco" -- "Dragon's Rest"
114         "Magvillus" -- "The Hermetic Embassy"
115         "Schola Pythagorus" -- "Circulus Ruber"
116         "Schola Pythagorus" -- "Unnamed1"
117         "Unnamed2" -- "Coeris"
118         "Unnamed3" -- "Crintera"
119         "Unnamed3" -- "Irencillia"
120         "Valnastium" -- "Barcelona"
121         "Valnastium" -- "Moero's Garden"
122         "Valnastium" -- "Schola Pythagorus"
123         "Valnastium" -- "Xylinites"
124         "Vardian's Tomb" -- "Verdi"
125         "Vardian's Tomb" -- "Al-Arama"
126         "Vigil" -- "Priapet Maior" [label="Merinita"]
127 }