>[!fas-infobox]
>
> ![[img, city.webp|cover]]
> ---
> ## Details
> | %%title%%|%%title%%|
> | ---- |:-:|
> | ✦ **Leader** | _[[Lorelai]] (Princess)_|
> | ✦ **Aliases** | *The Golden City*, *City of Gold* |
> | ✦ **Factions** | *[[The Kingdom of Saint-Barre]], [[The Dawnguard]]*|
>
>
>> [!footer]
>>#### **<center>Travel Distances</center>**
>>
>> |*** ✦ Destination***|*** ✦ Travel Days***|
>> |---|:---:|
>> |?|`VIEW[round((88* {Travel Speed Calculator#TravelCalc}) / 60 / {Travel Speed Calculator#HoursPerDay}, 1)]`|
# New Dawnhold
>[!note|no-title accent]
>#### City
><div class="quote">The City of Gold, the highest order of holy righteousness and divinely sacred.</div>
>[!cite|no-title]
>### About
>The capital city of Elysée, it is also unsurprisingly the largest.
---
## Locations
%% DATAVIEW_PUBLISHER: start
```dataview
TABLE WITHOUT ID
file.link AS "<font size=3>✦ **Location**</font>",
summary AS "<font size=3>✦ **Summary**</font>"
FROM #elysee/verdelunevale/NewDawnhold
WHERE type = "slocation"
SORT file.name ASC
```
%%
| <font size=3>✦ **Location**</font> | <font size=3>✦ **Summary**</font> |
| ---------------------------------- | --------------------------------- |
%% DATAVIEW_PUBLISHER: end %%
## NPCs
%% DATAVIEW_PUBLISHER: start
```dataview
TABLE WITHOUT ID
file.link AS "<font size=3>✦ **Name**</font>",
occupation AS "<font size=3>✦ **Occupation**</font>",
summary AS "<font size=3>✦ **Summary**</font>"
FROM #elysee/verdelunevale/NewDawnhold
WHERE type = "npc"
SORT file.name ASC
```
%%
| <font size=3>✦ **Name**</font> | <font size=3>✦ **Occupation**</font> | <font size=3>✦ **Summary**</font> |
| ------------------------------------------------------------------- | ------------------------------------ | --------------------------------- |
| [[Compendium/Compendium Pages/NPCs Index/Main/Lorelai.md\|Lorelai]] | Princess | Princess of Fortuma |
%% DATAVIEW_PUBLISHER: end %%