%%
campaign-description:: A [[Vistani]] man. Brother of [[Luvash]].
%%
# Arrigal
- A [[Vistani]] man who lives at the [[Vistani Encampment near Vallaki]]
- Brother of [[Luvash]]
- Uncle of [[Arrigal]]
- Leader of the Vistani while Luvash is away
---
## Sessions
### Active
```dataview
LIST
FROM "60 Games/62 Campaigns/62.02 Two and a Half Strahds/02 Session Notes"
WHERE contains(npc_active, [[Arrigal]])
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, [[Arrigal]])
SORT file.name asc
```