%%
campaign-description:: A [[Vistani]] man who cursed Arvid.
%%
# Alexei
A [[Vistani]] who cursed [[Arvid]]. Arvid hates him.
He also lost track of Arabelle, who was then kidnapped by Bluto. Assumably, Luvash and Arrigal probably aren’t too keen on him either anymore.
---
## Sessions
### Active
```dataview
LIST
FROM "60 Games/62 Campaigns/62.02 Two and a Half Strahds/02 Session Notes"
WHERE contains(npc_active, [[Alexei]])
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, [[Alexei]])
SORT file.name asc
```