# The World of The Sunken Crown
## Player Characters
%%
```dataview
TABLE gender, race, class, description as "Description"
FROM "ttrpgs/The Sunken Crown"
WHERE type = "PC"
```
%%
- [[Mariana]] (me)
-
## Sessions
```dataview
table summary as "Summary" from "ttrpgs/The Sunken Crown"
where contains(type,"session")
SORT sessionNum DESC
```
%%
- [[001_20240514 The Sunken Crown]]
## 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/The Sunken Crown"
WHERE contains(lower(type),"faction")
```
## Custom rules
- [[Character options]]
- [[The Sunken Crown House rules]]
## [[The Sunken Crown Safety Tools]]
%%
# Text Elements
# Drawing
```json
{"type":"excalidraw","version":2,"source":"https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.0.25","elements":[],"appState":{"theme":"dark","gridSize":null,"viewBackgroundColor":"#ffffff"}}
```
%%