chiark / gitweb /
Dependency Graphs.
authorJonathan Amery <jdamery+zgit@ysolde.ucam.org>
Fri, 7 Aug 2015 14:35:21 +0000 (15:35 +0100)
committerJonathan Amery <jdamery+zgit@ysolde.ucam.org>
Fri, 7 Aug 2015 14:35:21 +0000 (15:35 +0100)
21 files changed:
The_Golden_Circle/Character_Creation/Partial_Powers/Conjuration.dot [new file with mode: 0644]
The_Golden_Circle/Character_Creation/Partial_Powers/Conjuration.mdwn
The_Golden_Circle/Character_Creation/Partial_Powers/Conjuration.png [new file with mode: 0644]
The_Golden_Circle/Character_Creation/Partial_Powers/Logrus.dot [new file with mode: 0644]
The_Golden_Circle/Character_Creation/Partial_Powers/Logrus.mdwn
The_Golden_Circle/Character_Creation/Partial_Powers/Logrus.png [new file with mode: 0644]
The_Golden_Circle/Character_Creation/Partial_Powers/Pattern.dot [new file with mode: 0644]
The_Golden_Circle/Character_Creation/Partial_Powers/Pattern.mdwn
The_Golden_Circle/Character_Creation/Partial_Powers/Pattern.png [new file with mode: 0644]
The_Golden_Circle/Character_Creation/Partial_Powers/Power_Words.dot [new file with mode: 0644]
The_Golden_Circle/Character_Creation/Partial_Powers/Power_Words.mdwn
The_Golden_Circle/Character_Creation/Partial_Powers/Power_Words.png [new file with mode: 0644]
The_Golden_Circle/Character_Creation/Partial_Powers/Shapeshifting.dot [new file with mode: 0644]
The_Golden_Circle/Character_Creation/Partial_Powers/Shapeshifting.mdwn
The_Golden_Circle/Character_Creation/Partial_Powers/Shapeshifting.png [new file with mode: 0644]
The_Golden_Circle/Character_Creation/Partial_Powers/Sorcery.dot [new file with mode: 0644]
The_Golden_Circle/Character_Creation/Partial_Powers/Sorcery.mdwn
The_Golden_Circle/Character_Creation/Partial_Powers/Sorcery.png [new file with mode: 0644]
The_Golden_Circle/Character_Creation/Partial_Powers/Trump.dot [new file with mode: 0644]
The_Golden_Circle/Character_Creation/Partial_Powers/Trump.mdwn
The_Golden_Circle/Character_Creation/Partial_Powers/Trump.png [new file with mode: 0644]

diff --git a/The_Golden_Circle/Character_Creation/Partial_Powers/Conjuration.dot b/The_Golden_Circle/Character_Creation/Partial_Powers/Conjuration.dot
new file mode 100644 (file)
index 0000000..95e26b4
--- /dev/null
@@ -0,0 +1,14 @@
+digraph conjuration{
+        size="10,5";
+        layout=dot;
+        splines=true;
+
+        subgraph cluster_conjuration {
+                bgcolor="SpringGreen";
+                "Basic Conjuration";
+                "Conjuration";
+                "High Compelling";
+        }
+
+        "Teacher" -> "Basic Conjuration" -> "Conjuration" -> "High Compelling";
+}
index b5dd4952a6c245451da8a12ef083ef79ade14f88..f751ff415313ad4a36c1478cbadf379ce4beb905 100644 (file)
@@ -2,6 +2,10 @@
 
 ----
 
+[[Conjuration.png]]
+
+----
+
 **Basic Conjuration (10)** (Training is reasonably easily available)
 
 : The player can conjure simple, unempowered, things of a type that
diff --git a/The_Golden_Circle/Character_Creation/Partial_Powers/Conjuration.png b/The_Golden_Circle/Character_Creation/Partial_Powers/Conjuration.png
new file mode 100644 (file)
index 0000000..58ab7d0
Binary files /dev/null and b/The_Golden_Circle/Character_Creation/Partial_Powers/Conjuration.png differ
diff --git a/The_Golden_Circle/Character_Creation/Partial_Powers/Logrus.dot b/The_Golden_Circle/Character_Creation/Partial_Powers/Logrus.dot
new file mode 100644 (file)
index 0000000..35c242b
--- /dev/null
@@ -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]
+}
index 167978c8ec7db52c75629e510faddacdb88352aa..08bc94ae638767de7f44a0fef02d648533ec3de6 100644 (file)
@@ -2,6 +2,10 @@
 
 ----
 
+[[Logrus.png]]
+
+----
+
 **Basic Logrus Mastery (25)** (Automatic Shape Shift, Chaosian Grandparent)
 
 : The Chaosian with this has walked the Logrus and recovered from the
diff --git a/The_Golden_Circle/Character_Creation/Partial_Powers/Logrus.png b/The_Golden_Circle/Character_Creation/Partial_Powers/Logrus.png
new file mode 100644 (file)
index 0000000..529a229
Binary files /dev/null and b/The_Golden_Circle/Character_Creation/Partial_Powers/Logrus.png differ
diff --git a/The_Golden_Circle/Character_Creation/Partial_Powers/Pattern.dot b/The_Golden_Circle/Character_Creation/Partial_Powers/Pattern.dot
new file mode 100644 (file)
index 0000000..80d65b5
--- /dev/null
@@ -0,0 +1,14 @@
+digraph pattern{
+        size="10,5";
+        layout=dot;
+        splines=true;
+
+        subgraph cluster_pattern {
+                bgcolor="yellow";                
+                "Pattern Imprint";
+                "Access to a Pattern";                
+        }
+
+        "Access to a Pattern" -> "Pattern Imprint";
+        "Amberite Grandparent" -> "Pattern Imprint";
+}
index 491c1d7321191e1f7b2ba65559e6e5fdf2a46cd6..84d242edf204a1cbb2a52639fdebe66bf5b3099f 100644 (file)
@@ -2,6 +2,10 @@
 
 ----
 
+[[Pattern.png]]
+
+----
+
 **Pattern Imprint (50)** (Amberite Grandparent, Access to a Pattern)
 
 : Everything under Pattern Imprint under the ADRP rules.  No
diff --git a/The_Golden_Circle/Character_Creation/Partial_Powers/Pattern.png b/The_Golden_Circle/Character_Creation/Partial_Powers/Pattern.png
new file mode 100644 (file)
index 0000000..b864991
Binary files /dev/null and b/The_Golden_Circle/Character_Creation/Partial_Powers/Pattern.png differ
diff --git a/The_Golden_Circle/Character_Creation/Partial_Powers/Power_Words.dot b/The_Golden_Circle/Character_Creation/Partial_Powers/Power_Words.dot
new file mode 100644 (file)
index 0000000..b6276ff
--- /dev/null
@@ -0,0 +1,13 @@
+digraph powerword {
+        size="10,5";
+        layout=dot;
+        splines=true;
+
+        subgraph cluster_powerword {
+                bgcolor="LightGrey";
+                "Power Words";
+                "Each Power Word";
+        }
+
+        "Teacher" -> "Power Words" -> "Each Power Word";
+}
index 9c0fe0b5d0d1e6c34499a074039d00404528a0bd..6bc04d3f113b4f5178fbc496738f9b731f1f0240 100644 (file)
@@ -2,6 +2,10 @@
 
 ----
 
+[[Power_Words.png]]
+
+----
+
 **Power Words (5)** (Training is readily available)
 
 : The ability to learn and use power words.
diff --git a/The_Golden_Circle/Character_Creation/Partial_Powers/Power_Words.png b/The_Golden_Circle/Character_Creation/Partial_Powers/Power_Words.png
new file mode 100644 (file)
index 0000000..42660c1
Binary files /dev/null and b/The_Golden_Circle/Character_Creation/Partial_Powers/Power_Words.png differ
diff --git a/The_Golden_Circle/Character_Creation/Partial_Powers/Shapeshifting.dot b/The_Golden_Circle/Character_Creation/Partial_Powers/Shapeshifting.dot
new file mode 100644 (file)
index 0000000..399c3e4
--- /dev/null
@@ -0,0 +1,37 @@
+digraph shape{
+        size="10,5";
+        layout=dot;
+        splines=true;
+
+        subgraph cluster_shape {
+                bgcolor=green;
+                "Animal Form";
+                "Basic Forms";
+                "Automatic Shape Shift";
+                "Advanced Animal Forms";
+                "Partial Shift";
+                "Shift Wounds";
+                "Shift Matter";
+                "Shift Others";
+                "Shift Mass";
+                "Shift Anatomy";
+                "Shift Aura";
+                "Shift Persona";
+                "Create Blood Creatures";
+        }
+
+        "Animal Form" -> "Advanced Animal Forms";        
+        "Basic Forms" -> "Advanced Animal Forms";
+        "Automatic Shape Shift" -> "Shift Wounds";
+        "Automatic Shape Shift" -> "Shift Others";
+        "Automatic Shape Shift" -> "Shift Mass" -> "Shift Anatomy" -> "Create Blood Creatures";
+        "Automatic Shape Shift" -> "Shift Aura" -> "Shift Persona";
+        "Automatic Shape Shift" -> "Basic Logrus Mastery";        
+        "Basic Forms" -> "Partial Shift";
+        "Basic Forms" -> "Shift Matter" -> "Shift Others";
+        "Shift Matter" -> "Shift Mass";
+        "Basic Forms" -> "Shift Aura";        
+        
+        "Basic Logrus Mastery" [fillcolor=MediumPurple1,style=filled];
+        
+}        
index f2caca536d9f7742ab53d47d36d7ba6a7c475523..b546a71226969083249bbd83d34f87ac6d0e788a 100644 (file)
@@ -2,6 +2,10 @@
 
 ----
 
+[[Shapeshifting.png]]
+
+----
+
 **Animal Form (5)**
 
 : The shifter can shift to a specific animal form and back to human at
diff --git a/The_Golden_Circle/Character_Creation/Partial_Powers/Shapeshifting.png b/The_Golden_Circle/Character_Creation/Partial_Powers/Shapeshifting.png
new file mode 100644 (file)
index 0000000..fa9855f
Binary files /dev/null and b/The_Golden_Circle/Character_Creation/Partial_Powers/Shapeshifting.png differ
diff --git a/The_Golden_Circle/Character_Creation/Partial_Powers/Sorcery.dot b/The_Golden_Circle/Character_Creation/Partial_Powers/Sorcery.dot
new file mode 100644 (file)
index 0000000..4014038
--- /dev/null
@@ -0,0 +1,16 @@
+digraph sorcery{
+        size="10,5";
+        layout=dot;
+        splines=true;
+
+        subgraph cluster_sorcery {
+                bgcolor="cyan";
+                "Cast Spells";
+                "Create, Memorize, and Rack Spells";                
+                "Lynchpins";
+        }
+
+        "Teacher" -> "Cast Spells" -> "Create, Memorize, and Rack Spells" -> "Lynchpins" -> "Logrus Spell Storage";
+
+        "Logrus Spell Storage" [fillcolor="MediumPurple1",style=filled]        
+}
index a390dbb3a2df8019bf48cfd440009a8f6a5a5887..f7ad36c2f28c56d0bafd88baa4efacad06a36334 100644 (file)
@@ -8,6 +8,10 @@ suitable source for such.
 
 ----
 
+[[Sorcery.png]]
+
+----
+
 **Cast Spells (5)** (Training is reasonably easily available)
 
 : The sorceror can cast one spell previously created by another and
diff --git a/The_Golden_Circle/Character_Creation/Partial_Powers/Sorcery.png b/The_Golden_Circle/Character_Creation/Partial_Powers/Sorcery.png
new file mode 100644 (file)
index 0000000..2b1f30e
Binary files /dev/null and b/The_Golden_Circle/Character_Creation/Partial_Powers/Sorcery.png differ
diff --git a/The_Golden_Circle/Character_Creation/Partial_Powers/Trump.dot b/The_Golden_Circle/Character_Creation/Partial_Powers/Trump.dot
new file mode 100644 (file)
index 0000000..16f9698
--- /dev/null
@@ -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";
+}
index 92e1bcd3ce2b2b3de76a8eb18d716f9deea1b465..9b426fd70939d6547c6766fbfbaad15c92a5e0a1 100644 (file)
@@ -11,6 +11,10 @@ predictive power on the contactability of the subject.
 
 ----
 
+[[Trump.png]]
+
+----
+
 **Sense Trump (5)**
 
 : The user can detect trump energy in objects and artifacts.  This
diff --git a/The_Golden_Circle/Character_Creation/Partial_Powers/Trump.png b/The_Golden_Circle/Character_Creation/Partial_Powers/Trump.png
new file mode 100644 (file)
index 0000000..74c6c43
Binary files /dev/null and b/The_Golden_Circle/Character_Creation/Partial_Powers/Trump.png differ