# The World of Monsters in Silverbay
## Player Characters
%%
```dataview
TABLE embed(token) as "Token", gender, race, class, description as "Description"
FROM "ttrpgs/Monsters in Silverbay"
WHERE type = "PC"
```
%%
- [[Sapphira Selwood]] (me)
## Sessions
```dataview
table summary as "Summary" from "ttrpgs/Monsters in Silverbay"
where contains(type,"session")
SORT sessionNum DESC
```
%%
- [[001_20230606]]
## 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/Monsters in Silverbay"
WHERE contains(lower(type),"faction")
```
## Custom rules
- [[Character options]]
- [[Monsters in Silverbay House rules]]
## [[Monsters in Silverbay Safety Tools]]