chiark / gitweb /
ACNI19 games
[PlayersGuide.git] / CSI_Thelbane / Character_Creation / Partial_Powers / Shapeshifting.dot
diff --git a/CSI_Thelbane/Character_Creation/Partial_Powers/Shapeshifting.dot b/CSI_Thelbane/Character_Creation/Partial_Powers/Shapeshifting.dot
new file mode 100644 (file)
index 0000000..399c3e4
--- /dev/null
@@ -0,0 +1,37 @@
+digraph shape{
+        size="10,5";
+        layout=dot;
+        splines=true;
+
+        subgraph cluster_shape {
+                bgcolor=green;
+                "Animal Form";
+                "Basic Forms";
+                "Automatic Shape Shift";
+                "Advanced Animal Forms";
+                "Partial Shift";
+                "Shift Wounds";
+                "Shift Matter";
+                "Shift Others";
+                "Shift Mass";
+                "Shift Anatomy";
+                "Shift Aura";
+                "Shift Persona";
+                "Create Blood Creatures";
+        }
+
+        "Animal Form" -> "Advanced Animal Forms";        
+        "Basic Forms" -> "Advanced Animal Forms";
+        "Automatic Shape Shift" -> "Shift Wounds";
+        "Automatic Shape Shift" -> "Shift Others";
+        "Automatic Shape Shift" -> "Shift Mass" -> "Shift Anatomy" -> "Create Blood Creatures";
+        "Automatic Shape Shift" -> "Shift Aura" -> "Shift Persona";
+        "Automatic Shape Shift" -> "Basic Logrus Mastery";        
+        "Basic Forms" -> "Partial Shift";
+        "Basic Forms" -> "Shift Matter" -> "Shift Others";
+        "Shift Matter" -> "Shift Mass";
+        "Basic Forms" -> "Shift Aura";        
+        
+        "Basic Logrus Mastery" [fillcolor=MediumPurple1,style=filled];
+        
+}