chiark / gitweb /
copied from last year
[PlayersGuide.git] / The_Hall_of_Mirrors / Character_Creation / Partial_Powers / Shapeshifting.dot
1 digraph shape{
2         size="10,5";
3         layout=dot;
4         splines=true;
5
6         subgraph cluster_shape {
7                 bgcolor=green;
8                 "Animal Form";
9                 "Basic Forms";
10                 "Automatic Shape Shift";
11                 "Advanced Animal Forms";
12                 "Partial Shift";
13                 "Shift Wounds";
14                 "Shift Matter";
15                 "Shift Others";
16                 "Shift Mass";
17                 "Shift Anatomy";
18                 "Shift Aura";
19                 "Shift Persona";
20                 "Create Blood Creatures";
21         }
22
23         "Animal Form" -> "Advanced Animal Forms";        
24         "Basic Forms" -> "Advanced Animal Forms";
25         "Automatic Shape Shift" -> "Shift Wounds";
26         "Automatic Shape Shift" -> "Shift Others";
27         "Automatic Shape Shift" -> "Shift Mass" -> "Shift Anatomy" -> "Create Blood Creatures";
28         "Automatic Shape Shift" -> "Shift Aura" -> "Shift Persona";
29         "Automatic Shape Shift" -> "Basic Logrus Mastery";        
30         "Basic Forms" -> "Partial Shift";
31         "Basic Forms" -> "Shift Matter" -> "Shift Others";
32         "Shift Matter" -> "Shift Mass";
33         "Basic Forms" -> "Shift Aura";        
34         
35         "Basic Logrus Mastery" [fillcolor=MediumPurple1,style=filled];
36         
37 }