%%
campaign-description:: An orphan from [[St. Andral’s Orphanage]] who had been possessed by a demon.
%%
# Felix
An orphan from [[St. Andral’s Orphanage]], who had been possessed by a shadow demon and killed another orphan, [[Cedric]]. He had been given the possessed locket by [[Milivoj]].
---
## Sessions
### Active
```dataview
LIST
FROM "60 Games/62 Campaigns/62.02 Two and a Half Strahds/02 Session Notes"
WHERE contains(npc_active, [[Felix]])
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, [[Felix]])
SORT file.name asc
```