## Information
The denizens of the Court of Whispers barter for current knowledge. Heralds, criers, bards, and griots buy and sell information from the fifteen founding civilizations active in the [[Radiant Citadel]], as well as other lands. Skilled scouts and spies can also be hired for short-term reconnaissance or long-term infiltration. The Court is a mixed outdoor-indoor space with quiet alcoves and open plazas, and plentiful work is available here for talented adventurers.
The Speakers for the Ancestors – the leaders of the Radiant Citadel – employ freelancers from the Court of Whispers to keep track of major concerns in their people’s homelands, as well as potential threats to the Citadel, while the Shieldbearers of the Citadel seek information so they can identify crisis points where their operatives are needed. Even common citizens might hire folk from the Court to find missing loved ones, locate lost family treasures, or gather information on rivals.
Powerful organizations and individuals from across the planes send agents to the Court of Whispers to collect information and do business on their behalf. Noteworthy examples include the [[Harpers]] of Abeir-[[Toril]], [[Sigil|Sigil's]] Fraternity of Order, and agents of the planes-traveling gnome fixer Vi.
## 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 the Court of Whispers
```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:** [[Radiant Citadel]]
**Sublocations:** [[PRISM HQ]]