>[!fas-infobox]
>
>![[stoneforest cover.webp|cover]]
> ---
> ## Details
> | %%title%%|%%title%%|
> | ---- |:-:|
> | ✦ **Aliases** | *n/a* |
> | ✦ **Factions** | *[[The Kingdom of Saint-Barre]]*|
>
>
# The Stone Forest
>[!note|no-title accent]
>#### Region
><div class="quote">Towering stone pillars dot the area like trees; Sometimes, there is move movement on the upper stones, but it's gone before you get a chance to look.</div>
>[!cite|no-title]
>### About
>The tall limestone rocks seem to arise from the ground in a manner somewhat reminiscent of stalagmites, with many looking like petrified trees. These formations extend as far as the eye can see, looking like a vast forest of stone.
## 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/thestoneforest]]
WHERE type = "location"
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/thestoneforest]]
WHERE type = "npc"
SORT file.name ASC
```
%%
| <font size=3>✦ **Name**</font> | <font size=3>✦ **Occupation**</font> | <font size=3>✦ **Summary**</font> |
| ------------------------------ | ------------------------------------ | --------------------------------- |
%% DATAVIEW_PUBLISHER: end %%