chiark / gitweb /
copied from last year
[PlayersGuide.git] / The_Hall_of_Mirrors / Character_Creation / Partial_Powers / Trump.dot
diff --git a/The_Hall_of_Mirrors/Character_Creation/Partial_Powers/Trump.dot b/The_Hall_of_Mirrors/Character_Creation/Partial_Powers/Trump.dot
new file mode 100644 (file)
index 0000000..16f9698
--- /dev/null
@@ -0,0 +1,38 @@
+digraph trump{
+        size="10,5";
+        layout=dot;
+        splines=true;
+
+        subgraph cluster_trump {
+                bgcolor="LightBlue";
+                "Sense Trump";
+                "Trump Identification";
+                "Advanced Trump Identification";
+                "Trump Defence";
+                "Trump Sketches";
+                "Permanent Trumps";
+                "Trump Memory";
+                "Trump Spying";
+                "Trump Jamming";
+                "Trump Gate";
+                "Disguised Trumps";
+                "Trump Traps";
+                "Trump Blackout";
+        }
+
+        "Sense Trump" -> "Trump Identification" -> "Advanced Trump Identification";
+        "Sense Trump" -> "Trump Defence";
+        "Sense Trump" -> "Trump Sketches";
+        "Sense Trump" -> "Permanent Trumps" -> "Advanced Trump Identification";
+        "Permanent Trumps" -> "Trump Memory";
+        "Trump Identification" -> "Trump Spying";        
+        "Sense Trump" -> "Trump Jamming";
+        "Trump Sketches" -> "Trump Gate" [style=dashed];
+        "Permanent Trumps" -> "Trump Gate" [style=dashed];
+        "Permanent Trumps" -> "Disguised Trumps";
+        "Permanent Trumps" -> "Trump Traps";
+        "Teacher" -> "Trump Defence";
+        "Teacher" -> "Trump Sketches";
+        "Teacher" -> "Permanent Trumps";
+        "Teacher" -> "Trump Gate";
+}