# The World of It's a Pirate's Life For Me
## Player Characters
%%
```dataview
TABLE gender, race, class, description as "Description"
FROM "ttrpgs/It's a Pirate's Life For Me"
WHERE type = "PC"
```
%%
- [[Delilah Belle Montgomery]]
## Sessions
```dataview
table summary as "Summary" from "ttrpgs/It's a Pirate's Life For Me"
where contains(type,"session")
SORT sessionNum DESC
```
%%
- [[001_20241207 Knotty Nights]]
- [[002_20241214 He doesn't remember fucking a werewolf]]
## 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/It's a Pirate's Life For Me"
WHERE contains(lower(type),"faction")
```
## Custom rules
- [[Character options]]
- [[It's a Pirate's Life For Me House rules]]
## [[It's a Pirate's Life For Me 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"}}
```
%%