chiark / gitweb /
Add TNNC/GC
[PlayersGuide.git] / TirNaNogthCon / The_Golden_Circle / Character_Creation / Partial_Powers / Pattern.dot
1 digraph pattern{
2         size="10,5";
3         layout=dot;
4         splines=true;
5
6         subgraph cluster_pattern {
7                 bgcolor="yellow";                
8                 "Pattern Imprint";
9                 "Access to a Pattern";                
10         }
11
12         "Access to a Pattern" -> "Pattern Imprint";
13         "Amberite Grandparent" -> "Pattern Imprint";
14 }