# [[ttrpgs/Temporary White Circle/Nicodranas|Nicodranas]] Nicodranas is a city on [[The Menagerie Coast]]. [[Aygonath]] might be there. At least, they were last found there. Its design is very much like the Alhambra in Spain, very North African and Moroccan. The city itself has a lot of arches, and it's fairly rocky on either side. ![[Nicodranas.svg]] ## Defenses We found out [[093_20230620 Temporary White Paratroopers|when we got there]] on 2 Duscar that it has: - ballistas all along the city walls, meant to keep out large birds of prey - a warship on the sea (with a ballista as well) - the reclusive mage [[ttrpgs/Temporary White Circle/Yussa Errenis|Yussa Errenis]] at [[ttrpgs/Temporary White Circle/Tidepeak Tower|Tidepeak Tower]], willing to polymorph stray rocs - (at least) two griffons with griffon riders that have lances and crossbows, to intercept air traffic ## NPCs in Nicodranas ```dataview table description as "Description" from "ttrpgs" WHERE world = "Temporary White Circle" and contains(type,"NPC") or contains(type,"faction") and contains(location,"Nicodranas") SORT file.name ASC ``` ## Locations in Nicodranas ```dataview table description as "Description" from "ttrpgs" WHERE world = "Temporary White Circle" and contains(type,"place") and contains(location,"Nicodranas") SORT file.name ASC ``` ## Shops in Nicodranas ```dataview table description as "Description" from "ttrpgs" WHERE world = "Temporary White Circle" and contains(type,"shop") and contains(location,"Nicodranas") SORT file.name ASC ``` ## Sessions in Nicodranas ```dataview TABLE summary from "ttrpgs" WHERE world = "Temporary White Circle" and contains(type, "session") and contains(location,"Nicodranas") ``` %% # Text Elements # Embedded files 1b6b23255dd6233cf8d41cfe64d0f796da58c29c: [[nicodranas-map.png]] 9c3e515a64cfc06fda7f03ae6d4d72ff0eb1c3ee: [[city-watch-nicodranas.png]] # Drawing ```json { "type": "excalidraw", "version": 2, "source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.0.25", "elements": [ { "type": "image", "version": 1, "versionNonce": 230305289, "isDeleted": false, "id": "3v1Y185w", "fillStyle": "hachure", "strokeWidth": 1, "strokeStyle": "solid", "roughness": 1, "opacity": 100, "angle": 0, "x": -75.89522296190262, "y": -234.5638427734375, "strokeColor": "transparent", "backgroundColor": "transparent", "width": 500, "height": 281.5, "seed": 73765, "groupIds": [], "frameId": null, "roundness": null, "boundElements": [], "updated": 1711566029217, "link": null, "locked": false, "status": "pending", "fileId": "1b6b23255dd6233cf8d41cfe64d0f796da58c29c", "scale": [ 1, 1 ] }, { "type": "image", "version": 116, "versionNonce": 306569405, "isDeleted": false, "id": "mIfI7CnD", "fillStyle": "hachure", "strokeWidth": 1, "strokeStyle": "solid", "roughness": 1, "opacity": 100, "angle": 0, "x": -112.44795733690262, "y": 79.48895263671875, "strokeColor": "transparent", "backgroundColor": "transparent", "width": 574.9424709743923, "height": 796.0741905799277, "seed": 72607, "groupIds": [], "frameId": null, "roundness": null, "boundElements": [], "updated": 1711566059991, "link": null, "locked": false, "status": "pending", "fileId": "9c3e515a64cfc06fda7f03ae6d4d72ff0eb1c3ee", "scale": [ 1, 1 ] } ], "appState": { "theme": "dark", "viewBackgroundColor": "#ffffff", "currentItemStrokeColor": "#1e1e1e", "currentItemBackgroundColor": "transparent", "currentItemFillStyle": "solid", "currentItemStrokeWidth": 2, "currentItemStrokeStyle": "solid", "currentItemRoughness": 1, "currentItemOpacity": 100, "currentItemFontFamily": 1, "currentItemFontSize": 20, "currentItemTextAlign": "left", "currentItemStartArrowhead": null, "currentItemEndArrowhead": "arrow", "scrollX": 451.26348655558877, "scrollY": 292.09226154310136, "zoom": { "value": 0.8500000000000001 }, "currentItemRoundness": "round", "gridSize": null, "gridColor": { "Bold": "#C9C9C9FF", "Regular": "#EDEDEDFF" }, "currentStrokeOptions": null, "previousGridSize": null, "frameRendering": { "enabled": true, "clip": true, "name": true, "outline": true } }, "files": {} } ``` %%