chiark / gitweb /
Tidy up!
[PlayersGuide.git] / The_Tomb_of_the_Lost_Prince / Character_Creation / Partial_Powers / Logrus.dot
diff --git a/The_Tomb_of_the_Lost_Prince/Character_Creation/Partial_Powers/Logrus.dot b/The_Tomb_of_the_Lost_Prince/Character_Creation/Partial_Powers/Logrus.dot
deleted file mode 100644 (file)
index 35c242b..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-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]
-}