chiark / gitweb /
Diagramme
authorSenji <senji@ysolde.ucam.org>
Mon, 16 Nov 2015 15:29:59 +0000 (15:29 +0000)
committerSenji <senji@ysolde.ucam.org>
Mon, 16 Nov 2015 15:29:59 +0000 (15:29 +0000)
Characters/Schola/Covenfolk.mdwn
Characters/Schola/Covenfolk/ReportingChain.dot [new file with mode: 0644]
Characters/Schola/Covenfolk/ReportingChain.png [new file with mode: 0644]

index 4a229374f774c17ff82b64d7876ab647af408909..372ee9b5efb78a70f53842caba3e3459f279449b 100644 (file)
@@ -3,4 +3,10 @@
 * [[Cats]]
 * [[Turb]]
 
-[[!map pages="Characters/Schola/Covenfolk/* and ! Characters/Schola/Covenfolk/*/* and !backlink(.)"]]
+[[!map pages="Characters/Schola/Covenfolk/* and ! Characters/Schola/Covenfolk/*/* and !backlink(.) and ! Characters/Schola/Covenfolk/*.*"]]
+
+----
+
+Diagram of who manages who:
+
+[[ReportingChain.png]]
diff --git a/Characters/Schola/Covenfolk/ReportingChain.dot b/Characters/Schola/Covenfolk/ReportingChain.dot
new file mode 100644 (file)
index 0000000..673fe1d
--- /dev/null
@@ -0,0 +1,66 @@
+digraph shape{
+        size="15,15";
+        layout=fdp;
+        splines=true;
+
+        subgraph cluster_magi {
+                bgcolor=green;
+                "Senior Council" -> "Junior Council";
+        }
+
+        subgraph cluster_turb {
+                bgcolor=cyan;
+                "Gaius (Centurion)" -> "Roman Decurion" -> "Romans"
+                "Gaius (Centurion)" -> "Celtic Decurion" -> "Celts"; 
+                "Gaius (Centurion)" -> "Jewish Decurion" -> "Jews";  
+                "Gaius (Centurion)" -> "Greek Decurion"  -> "Greeks";
+                "Gaius (Centurion)" -> "Drill Sergeants";                
+        }
+
+        subgraph cluster_spec {
+                bgcolor=pink;
+                "Master of Works" -> "Carpenters, Masons, etc";                
+                edge [style=dotted];
+                "Steward" -> "Specialists" -> "Steward";
+                "Steward" -> "Carpenters, Masons, etc" -> "Steward";
+        }
+
+        subgraph cluster_unsk {
+                bgcolor=yellow;
+                "Chamberlain" -> "Servants";
+                "Chamberlain" -> "Teamsters";
+                "Chamberlain" -> "Sailors";
+        }
+
+        subgraph cluster_cats {
+                bgcolor=grey;
+                "Maui";                
+                "Other Cats";
+        }
+
+        subgraph cluster_inn {
+                bgcolor=MediumPurple;
+                "Innkeeper" -> "Other Mundane-Inn Staff";
+        }
+
+        subgraph cluster_esk {
+                bgcolor=brown2;
+                "Estate Manager" -> "Esk Grogs";
+                "Estate Manager" -> "Esk Specialists";
+        }
+        edge [style=dotted];
+        "Steward" -> "Esk Specialists" -> "Steward" -> "Senior Council";
+        "Guests" -> "Seneschal" -> "Guests";        
+        edge [style=solid];        
+        
+        "Senior Council" -> "Seneschal";
+        "Junior Council" -> "Seneschal";
+        "Seneschal" -> "Chamberlain";
+        "Seneschal" -> "Master of Works";        
+        "Seneschal" -> "Estate Manager";
+        "Seneschal" -> "Innkeeper";
+        "Seneschal" -> "Gaius (Centurion)";
+        "Seneschal" -> "Specialists";        
+        "Chamberlain" -> "Robert (Ship Owner)";
+}
+
diff --git a/Characters/Schola/Covenfolk/ReportingChain.png b/Characters/Schola/Covenfolk/ReportingChain.png
new file mode 100644 (file)
index 0000000..5e989ae
Binary files /dev/null and b/Characters/Schola/Covenfolk/ReportingChain.png differ