![[seelie market.webp|600]] ## Information A Domain of Delight and small, fantastical traveling market operated entirely by fey. It is an extremely peaceful settlement, something that's enforced by its archfey, the moonstone dragon [[Pazrodine]]. ## 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 ``` ## Characters #### Living or Born in the Seelie Market ```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:** [[Feywild]] **Sublocations:**