X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~nmamery/git?a=blobdiff_plain;f=The_Eye_of_the_Serpent%2FCharacter_Creation%2FPartial_Powers%2FLogrus.dot;fp=The_Eye_of_the_Serpent%2FCharacter_Creation%2FPartial_Powers%2FLogrus.dot;h=35c242b2373c775f3ebb508edc5dcd60848801d8;hb=c6f89c58efd6206041a76d36e176743cbf595f16;hp=0000000000000000000000000000000000000000;hpb=b1d57512af60e9a5a9082d49b09c41b3e7d77b47;p=PlayersGuide.git diff --git a/The_Eye_of_the_Serpent/Character_Creation/Partial_Powers/Logrus.dot b/The_Eye_of_the_Serpent/Character_Creation/Partial_Powers/Logrus.dot new file mode 100644 index 0000000..35c242b --- /dev/null +++ b/The_Eye_of_the_Serpent/Character_Creation/Partial_Powers/Logrus.dot @@ -0,0 +1,23 @@ +digraph logrus{ + size="10,5"; + layout=dot; + splines=true; + + subgraph cluster_logrus { + bgcolor="MediumPurple1" + "Basic Logrus Mastery"; + "Logrus Sight"; + "Logrus Defense"; + "Logrus Spell Storage"; + "Logrus Combat"; + } + + "Automatic Shape Shift" -> "Basic Logrus Mastery" -> "Logrus Spell Storage"; + "Chaosian Grandparent" -> "Basic Logrus Mastery" -> "Logrus Combat"; + "Basic Logrus Mastery" -> "Logrus Sight"; + "Basic Logrus Mastery" -> "Logrus Defense"; + "Lynchpins" -> "Logrus Spell Storage"; + + "Lynchpins" [fillcolor=cyan,style=filled] + "Automatic Shape Shift" [fillcolor=green,style=filled] +}