X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~nmamery/git?a=blobdiff_plain;f=The_Hall_of_Mirrors%2FCharacter_Creation%2FPartial_Powers%2FTrump.dot;fp=The_Hall_of_Mirrors%2FCharacter_Creation%2FPartial_Powers%2FTrump.dot;h=16f96985de0c664fc19137168be2b735d15e02aa;hb=ed4590a8e04f2d19751d03a8c93741e67812f660;hp=0000000000000000000000000000000000000000;hpb=9041a75a42aca2884bdb20a1b8a6d59df30b6f3b;p=PlayersGuide.git diff --git a/The_Hall_of_Mirrors/Character_Creation/Partial_Powers/Trump.dot b/The_Hall_of_Mirrors/Character_Creation/Partial_Powers/Trump.dot new file mode 100644 index 0000000..16f9698 --- /dev/null +++ b/The_Hall_of_Mirrors/Character_Creation/Partial_Powers/Trump.dot @@ -0,0 +1,38 @@ +digraph trump{ + size="10,5"; + layout=dot; + splines=true; + + subgraph cluster_trump { + bgcolor="LightBlue"; + "Sense Trump"; + "Trump Identification"; + "Advanced Trump Identification"; + "Trump Defence"; + "Trump Sketches"; + "Permanent Trumps"; + "Trump Memory"; + "Trump Spying"; + "Trump Jamming"; + "Trump Gate"; + "Disguised Trumps"; + "Trump Traps"; + "Trump Blackout"; + } + + "Sense Trump" -> "Trump Identification" -> "Advanced Trump Identification"; + "Sense Trump" -> "Trump Defence"; + "Sense Trump" -> "Trump Sketches"; + "Sense Trump" -> "Permanent Trumps" -> "Advanced Trump Identification"; + "Permanent Trumps" -> "Trump Memory"; + "Trump Identification" -> "Trump Spying"; + "Sense Trump" -> "Trump Jamming"; + "Trump Sketches" -> "Trump Gate" [style=dashed]; + "Permanent Trumps" -> "Trump Gate" [style=dashed]; + "Permanent Trumps" -> "Disguised Trumps"; + "Permanent Trumps" -> "Trump Traps"; + "Teacher" -> "Trump Defence"; + "Teacher" -> "Trump Sketches"; + "Teacher" -> "Permanent Trumps"; + "Teacher" -> "Trump Gate"; +}