%% parent:: [[62.04.06 Locations]] campaign-status:: campaign-description:: location-type:: Municipality %% # Greenest > [!overview] > broader:: [[Western Heartlands]] ```leaflet id: Greenest image: [[Greenest.jpg]] height: 600px lat: 70% long: 60% minZoom: 1 maxZoom: 10 defaultZoom: 7 unit: meters scale: 1 marker: default, [[Greenest]] darkMode: false ``` Greenest was the only sizable town along the [[Uldoon Trail]] in the [[Greenfields]] area of the [[Western Heartlands]]. ## History The town was founded by the halfling Dharva Scatterheart, a rogue who saw herself as the queen of the [[Greenfields]]. She passed away without achieving such fame, but her town prospered and grew. Greenrest is a hamlet primarily inhabited by Dwarves, Halflings, and Humans. Being located in the [[Greenfields]], the surrounding lands of Greenest are in the heart of rolling grasslands. Primarily a stopping point for the rare traveler as the largest town in close proximity it has mostly stuck to farming from the locals to supply themselves and hunting of deer which are in large quantities in the region. ## Locations - [[Deep Root]] — Only tavern in Greenest. Operated by [[Gruda Blessedblade]]. - [[The Keep]] — Fortress in centre of town, occupied by Govenor [[Tarbaw Nighthill]]. - [[Temple of Chauntea]] — The only church in Greenest. The priest is [[Eadyan Falconmoon]]. > [!info] NPCs > ```dataview > TABLE WITHOUT ID > file.link AS "NPC", > campaign-status AS "Status", > relationship-status AS "Rel.", > faction AS "Faction", > campaign-description AS "Description" > FROM "60 Games/62 Campaigns/62.04 Hoard of the Dragon Queen/62.04.05 NPCs" > WHERE contains(type, "npc") AND contains(campaign-location, this.file.link) > SORT title asc > ``` --- ## Sessions ### Active ```dataview LIST FROM "60 Games/62 Campaigns/62.04 Hoard of the Dragon Queen/02 Sessions" WHERE contains(location-active, this.file.link) SORT file.name asc ``` ### Mentioned ```dataview LIST FROM "60 Games/62 Campaigns/62.04 Hoard of the Dragon Queen/02 Sessions" WHERE contains(location-discussed, this.file.link) SORT file.name asc ```