# The World of The Witch Is Dead
## Player Characters
%%
```dataview
TABLE embed(token) as "Token", gender, race, class, description as "Description"
FROM "ttrpgs/Chaos Familiars"
WHERE type = "PC"
```
%%
## Sessions
```dataview
table embed(art) as "Art", summary as "Summary" from "ttrpgs/Chaos Familiars"
where contains(type,"session")
SORT sessionNum DESC
```
%%
- [[001_20230314 Chaos familiars]]
## 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/Chaos Familiars"
WHERE contains(lower(type),"faction")
```
## Custom rules
- [[Character options]]
- [[Chaos Familiars House rules]]
## [[Chaos Familiars Safety Tools]]