# The World of Nox vs Ori
## Player Characters
%%
```dataview
TABLE gender, race, class, description as "Description"
FROM "ttrpgs/Nox vs Ori"
WHERE type = "PC"
```
%%
- [[Delphine]]
## Sessions
```dataview
table summary as "Summary" from "ttrpgs/Nox vs Ori"
where contains(type,"session")
SORT sessionNum DESC
```
%%
- [[001_20240824 Mother Knows Best]]
- [[002_20240831 Team Shenanigans]]
## 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/Nox vs Ori"
WHERE contains(lower(type),"faction")
```
## Custom rules
- [[Character options]]
- [[Nox vs Ori House rules]]
## [[Nox vs Ori 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"}}
```
%%