# [[The Lawn]]
![[The Lawn.svg]]
The Lawn is the lowest level in [[South Soffit]], close to the sunlight and considered more prestigious as a result. Many of the servants of the families that live in [[The Eaves]] live here. The people who live here are generally called "Toads" or "Sunflowers" because they don't do anything but hop around on the ground.
Toads don't much like Birdies from [[The Nests]] because the Toads used to get light without obstruction, and The Nests being more built out means that they now get less light.
The Lawn has its own neighborhood watch, headed up by [[Elgar Twellington]].
## Locations in The Lawn
```dataview
table description as "Description" from "ttrpgs/The Great Dark"
WHERE contains(type,"place") and contains(location,"The Lawn")
SORT file.name ASC
```
## NPCs in The Lawn
```dataview
table description as "Description" from "ttrpgs/The Great Dark"
WHERE contains(type,"NPC") or contains(type,"faction") and contains(location,"The Lawn")
SORT file.name ASC
```
%%
# Text Elements
# Drawing
```json
{
"type": "excalidraw",
"version": 2,
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.1.4",
"elements": [
{
"id": "7qSogdPD",
"type": "text",
"x": 290.3999239206314,
"y": -308.87487030029297,
"width": 3.8599853515625,
"height": 24,
"angle": 0,
"strokeColor": "#1e1e1e",
"backgroundColor": "transparent",
"fillStyle": "solid",
"strokeWidth": 2,
"strokeStyle": "solid",
"roughness": 1,
"opacity": 100,
"groupIds": [],
"frameId": null,
"roundness": null,
"seed": 1894374050,
"version": 2,
"versionNonce": 2094291134,
"isDeleted": true,
"boundElements": null,
"updated": 1713723608868,
"link": null,
"locked": false,
"text": "",
"rawText": "",
"fontSize": 20,
"fontFamily": 4,
"textAlign": "left",
"verticalAlign": "top",
"containerId": null,
"originalText": "",
"lineHeight": 1.2
}
],
"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",
"currentItemStartArrowhead": null,
"currentItemEndArrowhead": "arrow",
"scrollX": 583.2388916015625,
"scrollY": 573.6323852539062,
"zoom": {
"value": 1
},
"currentItemRoundness": "round",
"gridSize": null,
"gridColor": {
"Bold": "#C9C9C9FF",
"Regular": "#EDEDEDFF"
},
"currentStrokeOptions": null,
"previousGridSize": null,
"frameRendering": {
"enabled": true,
"clip": true,
"name": true,
"outline": true
}
},
"files": {}
}
```
%%