## Information
Tucked at the end of a leafy path on the [[Main Campus|central campus]] of [[Strixhaven University]], Captain Dapplewing's Manor is a quiet relaxation spot for elite faculty as well as a place of academic meditation and counseling for their students. The manor dates to the earliest days of Strixhaven, when the owlin mage and military veteran Captain Raymous Dapplewing held faculty appointments in both Lorehold and Silverquill Colleges. Wanting a quiet place to retire in the evenings – and to host lavish dinner-parties-turned-colloquiums – the professor used his significant military pension to build this manor house on campus.
Upon his death, Captain Dapplewing bequeathed the manor to the university, which honored his legacy by giving the house his name and keeping most of its original furnishings in pristine condition. The house's upper-floor libraries were converted into offices for esteemed dual-college faculty members, and those faculty members meet here with students on academic matters during the day. In the evenings, the manor is the site of dinner parties and elegant cocktail hours for those faculty members, their most promising students, and visiting alumni.
Since no one permanently lives in Captain Dapplewing's Manor, the building is closed and locked from 10:00 p.m. until 6:00 a.m. Because it holds many valuable antiques and volumes of sensitive research, security measures are in place in the manor.
## Sublocations
```base
filters:
and:
- file.hasTag("Location")
- note["Parent Location"] == this
properties:
file.name:
displayName: Location
views:
- type: table
name: Table
order:
- file.name
- Sublocations
sort:
- property: file.name
direction: ASC
columnSize:
file.name: 155
```
## Campaigns
```base
filters:
and:
- file.hasTag("Campaign")
- note["Location"].contains(this)
formulas:
locationsVisited: note["Location"].filter(value.asFile().properties["Parent Location"] == this || value == this).map([value, ","]).flat().slice(0, -1)
locationsVisitedNoThis: note["Location"].filter(value.asFile().properties["Parent Location"] == this).map([value, ","]).flat().slice(0, -1)
relevantLocations: if(formula.locationsVisitedNoThis.length == 0,formula.locationsVisited,formula.locationsVisitedNoThis)
properties:
file.name:
displayName: Campaign
formula.relevantLocations:
displayName: Relevant Locations
views:
- type: table
name: Table
order:
- file.name
- formula.relevantLocations
sort:
- property: file.name
direction: ASC
columnSize:
file.name: 280
```
## Organizations
```base
filters:
and:
- file.hasTag("Organization")
- note["Base"].contains(this)
formulas:
baseLocation: note["Base"][0]
properties:
file.name:
displayName: Organization
formula.baseLocation:
displayName: Base Location
views:
- type: table
name: Table
order:
- file.name
- formula.baseLocation
columnSize:
file.name: 380
```
## Characters
#### Living or Born in Captain Dapplewing's Manor
```base
filters:
and:
- file.hasTag("Character")
- or:
- formula.born
- formula.residence
formulas:
residence: if(note["Residence"].contains(this),true,false)
born: if(note["Born (Location)"].contains(this),true,false)
residenceOrBorn: if((formula.residence && formula.born),"Both",if(formula.born,"Born","Residence"))
sort: if(formula.residenceOrBorn == "Both","1 - Residence and Born",if(formula.residenceOrBorn == "Residence","2 - Residence","3 - Born"))
properties:
file.name:
displayName: Character
formula.residence:
displayName: Residence
formula.born:
displayName: Born
views:
- type: table
name: Table
groupBy:
property: formula.sort
direction: ASC
order:
- file.name
- formula.residence
- formula.born
sort:
- property: formula.sort
direction: ASC
- property: file.name
direction: ASC
columnSize:
file.name: 445
```
---
## Page Tags/Properties
**Tags:** #Location
**Category:** [[Locations.base|Locations]]
**Parent Location:** [[Main Campus]]
**Sublocations:**