chiark / gitweb /
Add TNNC/GC
[PlayersGuide.git] / TirNaNogthCon / The_Golden_Circle / Character_Creation / Partial_Powers / Trump.dot
1 digraph trump{
2         size="10,5";
3         layout=dot;
4         splines=true;
5
6         subgraph cluster_trump {
7                 bgcolor="LightBlue";
8                 "Sense Trump";
9                 "Trump Identification";
10                 "Advanced Trump Identification";
11                 "Trump Defence";
12                 "Trump Sketches";
13                 "Permanent Trumps";
14                 "Trump Memory";
15                 "Trump Spying";
16                 "Trump Jamming";
17                 "Trump Gate";
18                 "Disguised Trumps";
19                 "Trump Traps";
20                 "Trump Blackout";
21         }
22
23         "Sense Trump" -> "Trump Identification" -> "Advanced Trump Identification";
24         "Sense Trump" -> "Trump Defence";
25         "Sense Trump" -> "Trump Sketches";
26         "Sense Trump" -> "Permanent Trumps" -> "Advanced Trump Identification";
27         "Permanent Trumps" -> "Trump Memory";
28         "Trump Identification" -> "Trump Spying";        
29         "Sense Trump" -> "Trump Jamming";
30         "Trump Sketches" -> "Trump Gate" [style=dashed];
31         "Permanent Trumps" -> "Trump Gate" [style=dashed];
32         "Permanent Trumps" -> "Disguised Trumps";
33         "Permanent Trumps" -> "Trump Traps";
34         "Teacher" -> "Trump Defence";
35         "Teacher" -> "Trump Sketches";
36         "Teacher" -> "Permanent Trumps";
37         "Teacher" -> "Trump Gate";
38 }