%%
campaign-description:: Daughter of [[Mad Mary]]. Believed to be dead, but no body found.
%%
# Gertruda
- Daughter of [[Mad Mary]]
- From [[Barovia (village)|Barovia]]]
- Has disappeared, believed to be dead.
- [[Ismark Kolyanovich|Ismark]] suspects it may be the result of the [[Grave Digger]].
---
## Sessions
### Active
```dataview
LIST
FROM "60 Games/62 Campaigns/62.02 Two and a Half Strahds/02 Session Notes"
WHERE contains(npc_active, [[Gertruda]])
SORT file.name asc
```
---
### Mentioned
```dataview
LIST
FROM "60 Games/62 Campaigns/62.02 Two and a Half Strahds/02 Session Notes"
WHERE contains(npc_discussed, [[Gertruda]])
SORT file.name asc
```