# The World of The Stolen Words
## Player Characters
%%
```dataview
TABLE embed(token) as "Token", gender, race, class, description as "Description"
FROM "ttrpgs/The Stolen Words"
WHERE type = "PC"
```
%%
## Sessions
%%
```button
name Add New Session
type note(TTRPGs/The Stolen Words/001_20240107, split) template
action session-player
templater true
```
^button-addsession
```dataview
table embed(art) as "Art", summary as "Summary" from "ttrpgs/The Stolen Words"
where contains(type,"session")
SORT sessionNum DESC
```
%%
- [[001_20240107 The first Word of Power]]
## Resources
- [Utgar's Chronicles](https://utgars-chronicles.app/histories/8204/play)
## 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 Stolen Words"
WHERE contains(lower(type),"faction")
```
## Custom rules
- [[Character options]]
- [[The Stolen Words House rules]]
## [[The Stolen Words Safety Tools]]