%%
parent:: [[62.04.05 NPCs]]
campaign-description:: A [[Greenest]] city guard killed during an attack on the [[Temple of Chauntea]].
token:: [[62_NPC_Audry.png]]
%%
# Audry
> [!overview]
> **Race:** (race:: )
> **Gender:** (gender:: Female)
> **Pronouns:** (pronouns:: she/her)
>
> ---
> **Known locations:** (campaign-location:: [[The Keep]], [[Greenest]])
> **Languages:** (languages:: [[Common]])
> **Faction:** (faction:: [[Greenest city guard]])
> **Status:** (campaign-status:: 💀)
> **Relationship status:** (relationship-status:: 🟡)
## Notes
---
## Sessions
### Active
```dataview
LIST
FROM "60 Games/62 Campaigns/62.04 Hoard of the Dragon Queen/02 Sessions"
WHERE contains(npc_active, this.file.link)
SORT file.name asc
```
### Mentioned
```dataview
LIST
FROM "60 Games/62 Campaigns/62.04 Hoard of the Dragon Queen/02 Sessions"
WHERE contains(npc_discussed, this.file.link)
SORT file.name asc
```