# The World of Blood and Lightning
## Player Characters
%%
```dataview
TABLE embed(token) as "Token", gender, race, class, description as "Description"
FROM "ttrpgs/Blood and Lightning"
WHERE type = "PC"
```
%%
## Sessions
%%
```button
name Add New Session
type note(TTRPGs/Blood and Lightning/001_20231102, split) template
action session-player
templater true
```
^button-addsession
%%
- [[001_20230401 The Song of Spilt Blood]]
## Truths about the campaign/world
*Write down some facts about this campaign or the world that the characters find themselves in.*
-
## Factions
```dataview
TABLE description as "Description" from "ttrpgs/Blood and Lightning"
WHERE contains(lower(type),"faction")
```
## Custom rules
- [[Character options]]
- [[Blood and Lightning House rules]]
## [[Blood and Lightning Safety Tools]]