# The World of Beneath the Black Rose
## Player Characters
%%
```dataview
TABLE gender, race, class, description as "Description"
FROM "ttrpgs/Beneath the Black Rose"
WHERE type = "PC"
```
%%
- [[Ten]]
- [[Sten]]
- [[Elite Gate]]
- [[Eric]]
## Sessions
```dataview
table summary as "Summary" from "ttrpgs/Beneath the Black Rose"
where contains(type,"session")
SORT sessionNum DESC
```
%%
- [[001_20250325 ClericCon didn't teach us how to fight vampires]]
%%
## [[ttrpgs/Beneath the Black Rose/Quests and Questions|Quests and Questions]]
## 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/Beneath the Black Rose"
WHERE contains(lower(type),"faction")
```
## Custom rules
- [[Character options]]
- [[Beneath the Black Rose House rules]]
## [[Beneath the Black Rose 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"}}
```
%%