%%
date:: [[2021-09-23]], [[2021-09-15]], [[2023-03-18]]
%%
# [[Hupperdook]]
![[hupperdook.png]]
```leaflet
id: hupperdook
image: [[hupperdook.png]]
height: 450px
minZoom: 6
maxZoom: 10
defaultZoom: 8
zoomDelta: 1
unit: feet
scale: 1
```
People in Hupperdook work hard and play hard. At 6:00 pm, the fireworks start, the bells ring, and people start transitioning over to play mode.
## Places
```dataview
table description as "Description" from "ttrpgs/Temporary White Circle"
WHERE type = "place" and contains(location,"Hupperdook")
SORT file.name ASC
```
### Shops
```dataview
table proprietor as "Proprietor", shop_type as "Type" from "ttrpgs/Temporary White Circle"
WHERE type = "shop" and contains(location,"Hupperdook")
SORT file.name ASC
```
## People
```dataview
table description as "Description" from "ttrpgs/Temporary White Circle"
WHERE type = "NPC" and contains(location,"Hupperdook")
SORT file.name ASC
```