# The World of First Dawn
## Player Characters
%%
```dataview
TABLE embed(token) as "Token", gender, race, class, description as "Description"
FROM "ttrpgs/First Dawn"
WHERE type = "PC"
```
%%
## Sessions
%%
```button
name Add New Session
type note(TTRPGs/Microscope/001_20231226, split) template
action session-player
templater true
```
^button-addsession
```dataview
table embed(art) as "Art", summary as "Summary" from "ttrpgs/Microscope"
where contains(type,"session")
SORT sessionNum DESC
```
%%
- [[001_20231226 Gerry's Discovery]]
## 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/Microscope"
WHERE contains(lower(type),"faction")
```
## Custom rules
- [[Character options]]
- [[Microscope House rules]]
## [[Microscope Safety Tools]]