chiark / gitweb /
copied from last year
[PlayersGuide.git] / The_Hall_of_Mirrors / Character_Creation / Partial_Powers / Pattern.dot
diff --git a/The_Hall_of_Mirrors/Character_Creation/Partial_Powers/Pattern.dot b/The_Hall_of_Mirrors/Character_Creation/Partial_Powers/Pattern.dot
new file mode 100644 (file)
index 0000000..80d65b5
--- /dev/null
@@ -0,0 +1,14 @@
+digraph pattern{
+        size="10,5";
+        layout=dot;
+        splines=true;
+
+        subgraph cluster_pattern {
+                bgcolor="yellow";                
+                "Pattern Imprint";
+                "Access to a Pattern";                
+        }
+
+        "Access to a Pattern" -> "Pattern Imprint";
+        "Amberite Grandparent" -> "Pattern Imprint";
+}