# [[Nogvurot]] ![[Nogvurot.svg]] [[Starosta Wossathic]] asked the party to "deliver the fish" here. Nogvurot is west of [[The Pearlbow Wilderness]]. ## Lack of guards [[Olyffer Gravesteel|Olyffe]] [[080_20230307 Zone of Music#^8bc122|told us]] that the numbers of [[The Crownsguard]] and [[The Righteous Brand|The Righteous Brand]] patrolling Nogvurot has decreased recently-- they're stretched thin. ## Missing children When we arrived at Nogvurot in [[050_20220524 Nogvurot and the case of the disappearing children]], we learned that there were many children that had disappeared. Every case was the same: - The child in question had been having very real-seeming dreams that they were other people, people from [[ttrpgs/Temporary White Circle/Xhorhas|Xhorhas]]. - The child was around the age of puberty (13-14). - The child was taken when they were alone. - It seemed that the child had gone willingly (at least temporarily). Among those missing were: - [[Harda Mezden]] and [[Mrs Mezden]]'s 13-year-old son, [[Marim Mezden]], disappeared on 13 Cuersaar. - [[Scoburn Hammerhold]] and [[Seakate Hammerhold]]'s daughter [[Heri Hammerhold]] disappeared on 10 Cuersaar. - [[Emille Rifton]] and [[Alice Rifton]]'s daughter [[Mellia Rifton]] disappeared a week ago, about 7 Cuersaar. We determined that the reason that the children were leaving was because they were actually reincarnated souls of [[ttrpgs/Temporary White Circle/The Luxon|The Luxon]], and they were going willingly to [[ttrpgs/Temporary White Circle/Xhorhas|Xhorhas]] with some drow. Heri Hammerhold was one of these children who went willingly. ## Locations in Nogvurot ```leaflet id: twc-nogvurot image: twc-nogvurot.png height: 450px minZoom: 6 maxZoom: 10 defaultZoom: 7 zoomDelta: 1 unit: feet scale: 1 ``` ```dataview table description as "Description" from "ttrpgs/Temporary White Circle" WHERE contains(type,"place") and contains(location,"Nogvurot") SORT file.name ASC ``` ## Shops in Nogvurot ```dataview table shop_type as "Type" from "ttrpgs/Temporary White Circle" WHERE contains(type,"shop") and contains(location,"Nogvurot") SORT file.name ASC ``` ## NPCs in Nogvurot ```dataview table description as "Description" from "ttrpgs/Temporary White Circle" WHERE contains(type,"NPC") or contains(type,"faction") and contains(location,"Nogvurot") SORT file.name ASC ``` ## Sessions in Nogvurot ```dataview TABLE summary from "ttrpgs/Temporary White Circle" WHERE type = "session" and contains(lower(location),"nogvurot") ``` # Text Elements %% # Drawing ```json { "type": "excalidraw", "version": 2, "source": "https://excalidraw.com", "elements": [ { "id": "dccHM3dRW2TyQHyJ8jqsK", "type": "text", "x": -161.30667390115255, "y": -143.4026240915501, "width": 9, "height": 20, "angle": 0, "strokeColor": "#1e1e1e", "backgroundColor": "transparent", "fillStyle": "solid", "strokeWidth": 2, "strokeStyle": "solid", "roughness": 1, "opacity": 100, "groupIds": [], "strokeSharpness": "sharp", "seed": 1747952443, "version": 3, "versionNonce": 975226421, "isDeleted": true, "boundElements": null, "updated": 1743584224138, "link": null, "locked": false, "text": "", "rawText": "", "fontSize": 20, "fontFamily": 4, "textAlign": "left", "verticalAlign": "top", "baseline": 14, "containerId": null, "originalText": "" }, { "id": "w5TXfj1rBqr_weN3y3QJA", "type": "text", "x": -165.72879800841454, "y": -139.58498651204027, "width": 9, "height": 20, "angle": 0, "strokeColor": "#1e1e1e", "backgroundColor": "transparent", "fillStyle": "solid", "strokeWidth": 2, "strokeStyle": "solid", "roughness": 1, "opacity": 100, "groupIds": [], "strokeSharpness": "sharp", "seed": 913682773, "version": 3, "versionNonce": 1002356405, "isDeleted": true, "boundElements": null, "updated": 1743584233099, "link": null, "locked": false, "text": "", "rawText": "", "fontSize": 20, "fontFamily": 4, "textAlign": "left", "verticalAlign": "top", "baseline": 14, "containerId": null, "originalText": "" }, { "id": "wdRr3-HkL4zFSrYpT2GTJ", "type": "text", "x": -166.70938440369707, "y": -139.58498651204027, "width": 9, "height": 20, "angle": 0, "strokeColor": "#1e1e1e", "backgroundColor": "transparent", "fillStyle": "solid", "strokeWidth": 2, "strokeStyle": "solid", "roughness": 1, "opacity": 100, "groupIds": [], "strokeSharpness": "sharp", "seed": 995642229, "version": 3, "versionNonce": 1502155989, "isDeleted": true, "boundElements": null, "updated": 1743584242951, "link": null, "locked": false, "text": "", "rawText": "", "fontSize": 20, "fontFamily": 4, "textAlign": "left", "verticalAlign": "top", "baseline": 14, "containerId": null, "originalText": "" } ], "appState": { "theme": "dark", "viewBackgroundColor": "#ffffff", "currentItemStrokeColor": "#1e1e1e", "currentItemBackgroundColor": "transparent", "currentItemFillStyle": "solid", "currentItemStrokeWidth": 2, "currentItemStrokeStyle": "solid", "currentItemRoughness": 1, "currentItemOpacity": 100, "currentItemFontFamily": 4, "currentItemFontSize": 20, "currentItemTextAlign": "left", "currentItemStrokeSharpness": "sharp", "currentItemStartArrowhead": null, "currentItemEndArrowhead": "arrow", "currentItemLinearStrokeSharpness": "round", "gridSize": null, "colorPalette": {} }, "files": {} } ``` %%