chiark / gitweb /
The Eye of the Serpent
[PlayersGuide.git] / The_Eye_of_the_Serpent / Character_Creation / Partial_Powers / Logrus.dot
diff --git a/The_Eye_of_the_Serpent/Character_Creation/Partial_Powers/Logrus.dot b/The_Eye_of_the_Serpent/Character_Creation/Partial_Powers/Logrus.dot
new file mode 100644 (file)
index 0000000..35c242b
--- /dev/null
@@ -0,0 +1,23 @@
+digraph logrus{
+        size="10,5";
+        layout=dot;
+        splines=true;
+
+        subgraph cluster_logrus {
+                bgcolor="MediumPurple1"
+                "Basic Logrus Mastery";
+                "Logrus Sight";
+                "Logrus Defense";
+                "Logrus Spell Storage";
+                "Logrus Combat";                
+        }
+
+        "Automatic Shape Shift" -> "Basic Logrus Mastery" -> "Logrus Spell Storage";        
+        "Chaosian Grandparent" -> "Basic Logrus Mastery" -> "Logrus Combat";        
+        "Basic Logrus Mastery" -> "Logrus Sight";        
+        "Basic Logrus Mastery" -> "Logrus Defense";        
+        "Lynchpins" -> "Logrus Spell Storage";
+
+        "Lynchpins" [fillcolor=cyan,style=filled]
+        "Automatic Shape Shift" [fillcolor=green,style=filled]
+}