# The World of Chariot of the Gods
## Player Characters
%%
```dataview
TABLE embed(token) as "Token", gender, race, class, description as "Description"
FROM "ttrpgs/Chariot of the Gods"
WHERE type = "PC"
```
%%
- [[Davis]] (me)
- [[Vanessa Miller]] ([[Leah Ferguson|Leah]])
- [[Lyron Cham]] (Andrew)
## Sessions
%%
```button
name Add New Session
type note(TTRPGs/Chariot of the Gods/001_20230605, split) template
action session-player
templater true
```
^button-addsession
```dataview
table embed(art) as "Art", summary as "Summary" from "ttrpgs/Chariot of the Gods"
where contains(type,"session")
SORT sessionNum DESC
```
%%
- [[001_20230604 And then there were two lemon suckers]]
- [[002_20230709]]
- [[003_20230716]]
- [[004_20230806]]
## 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/Chariot of the Gods"
WHERE contains(lower(type),"faction")
```
## Custom rules
- [[Character options]]
- [[Chariot of the Gods House rules]]
## [[Chariot of the Gods Safety Tools]]