JochenL
CL Byte Sprite
Staff member
Platinum WoA
Gold WoA
Wizard of Story
Wizard of Combat
Gamer Lifestyle
Borderland Explorer
In a recent Villain-themed musing @JohnnFour mentioned the Faction Pyramid.
Now you can create those in Campaign Logger (vNext), too!
The idea of the Faction Pyramid is described in detail in an earlier RPT article: Walking the Faction Pyramid.
Charting/Diagramming in CL vNext uses the Mermaid Syntax.
How-to, Step 1:

Now you can create those in Campaign Logger (vNext), too!
The idea of the Faction Pyramid is described in detail in an earlier RPT article: Walking the Faction Pyramid.
Charting/Diagramming in CL vNext uses the Mermaid Syntax.
How-to, Step 1:
- Work your way from top to bottom, i.e., start with The Fetus Witch
- Use shorthands in your diagram, explaining the only once
- FW as the shorthand for The Fetus Witch
- explain it when first introduced like so: FW[The Fetus WItch]
- Draw a line to direct subordinates
- FW[The Fetus Witch] --- SR[Sirgmund Root]
- SR --- ES[Eight Stools]
Markdown (GitHub flavored):
```mermaid
graph
FW[The Fetus Witch] --- SR[Sigmund Root]
SR --- ES[Eight Stools]
SR --- CP1[The Corner Pocket]
SR --- JK[Jameson Kern]
ES --- CP2[The Cut Purses]
ES --- CP1
CP1 --- CP2
```
