# [[Odessloe]]
A place the party has been, but Scura hasn't.
According to [[ttrpgs/Temporary White Circle/The Gentleman|The Gentleman]], there is a new starosta in Odessloe that is sympathetic to [[ttrpgs/Temporary White Circle/The Myriad|The Myriad]]. [[Starosta Wossathic]] used to rule here, but we don't know who rules here now.
![[twc-odessloe.png]]
## Locations in Odessloe
```dataview
table description as "Description" from "ttrpgs/Temporary White Circle"
WHERE contains(type,"place") and contains(location,"Odessloe")
SORT file.name ASC
```
## NPCs
```dataview
table description as "Description" from "ttrpgs/Temporary White Circle"
WHERE contains(type,"NPC") or contains(type,"faction") and contains(location,"Odesloe")
SORT file.name ASC
```
## Shops in Odessloe
```dataview
table shop_type as "Type" from "ttrpgs/Temporary White Circle"
WHERE contains(type,"shop") and contains(location,"Odessloe")
SORT file.name ASC
```