> [!infobox|center wfull] > # Journeys through the Radiant Citadel > ![[journeys through the radiant citadel cover.jpg|320]] > ###### Campaign > | | | > | ---- | ---- | > | System | Dungeons and Dragons 5e | > | Calendar | [[Citadel Calendar]] | > > | | | > | ---- | ---- | > | Start Date | 09/14/2023 | > | End Date | 06/15/2024 | > | Campaign Duration | 271 days | > | Number of Sessions | 27 | > > | | | > | ---- | ---- | > | Start ([[Calendar of Harptos\|Harptos]]) | 10/10/1491 | > | End ([[Calendar of Harptos\|Harptos]]) | 11/08/1491 | > | In-game Duration | 29 days | > > | | | > | ---- | ---- | > | Dungeon Master | [[Lup]] | ## Cast * [[Callista]] as [[Lynx]], a changeling warlock (astral griffon) * [[Connor]] as [[Gage Kamdyn|Gage]], a reborn human necromancer (reanimator) * [[Jett]] as [[Aren Romenza|Aren]], a half vistani human / wood elf ranger (monster slayer) * [[Rory]] as [[Jari Sur|Jari]], a great-eared nightjar aarakocra druid (circle of dragons) ## All Characters ```base filters: and: - file.hasTag("Character") - note["Campaign"].contains(this) formulas: currentHarptos: this.file.properties["End (Harptos)"] relHarptosExists: if(note["Born (Harptos - Relative)"].isEmpty(),false,true) notBorn: if(note["Born (NY)"] || (note["Born (Harptos)"] - formula.currentHarptos).milliseconds < 0,false,true) nyAge: (date("3859-12-30") - date(note["Born (NY)"])) + (formula.currentHarptos - date("0001-01-01")) harptosAge: formula.currentHarptos - note["Born (Harptos)"] harptosAgeFloor: (formula.currentHarptos - note["Born (Harptos)"]).years.floor() harptosAgeCalc: if(formula.harptosAgeFloor <= 0,formula.harptosAge,formula.harptosAgeFloor + " years") relAge: formula.currentHarptos - note["Born (Harptos - Relative)"] relAgeFloor: (formula.currentHarptos - note["Born (Harptos - Relative)"]).years.floor() relAgeCalc: if(formula.relAgeFloor <= 0,formula.relAge,formula.relAgeFloor) age_in_years: if(note["Born (Harptos)"] && formula.notBorn == false,formula.harptosAgeCalc,if(note["Born (NY)"],formula.nyAge,"Born in "+formula.harptosAgeCalc)) rel_age_in_years: if(formula.relHarptosExists && note["Born (Harptos)"],formula.relAgeCalc,formula.age_in_years) age_in_years_incl_rel: if(formula.relHarptosExists,formula.rel_age_in_years + " (Truly " + formula.age_in_years + ")",formula.age_in_years) deathDate: if(note["Death Date (Harptos)"],note["Death Date (Harptos)"],note["Death Date (NY)"]) deathAgeInclRel: if(Status != "Dead" || note["Death Date (Harptos)"] > formula.currentHarptos,formula.rel_age_in_years,note["Death Age - Relative"] + " (Truly " + note["Death Age"] + ", Died " + formula.deathDate.format("MM/DD/YYYY") + ")") campaign_age: if(Status != "Dead" || note["Death Date (Harptos)"] > formula.currentHarptos,formula.age_in_years_incl_rel,if(formula.relHarptosExists,formula.deathAgeInclRel,note["Death Age"] + " (Died " + formula.deathDate.format("MM/DD/YYYY") + ")")) characterType: if(note["Character Type"].length == 2,"NPC",if(note["Character Type"].contains("Player Character"),"Player","NPC")) properties: file.name: displayName: Character formula.campaign_age: displayName: Age at Campaign End formula.characterType: displayName: Character Type views: - type: table name: Table groupBy: property: formula.characterType direction: DESC order: - file.name - formula.campaign_age - Status - formula.characterType sort: - property: formula.characterType direction: DESC - property: Status direction: ASC - property: file.name direction: ASC columnSize: file.name: 275 formula.campaign_age: 235 ``` ## Duration On the [[Citadel Calendar]], the campaign began on Day 257 (Year 250) and ended on Day 286 of the same year. This accounts for roughly 28 days, which contrasts with the 271 real-life days it took to complete the campaign. ## Locations * [[Material Realms]] * [[Material Plane]] * [[Toril]] * [[Faerûn]] * [[Amn]] * [[Cloud Peaks]] * [[Siabsungkoh]] * [[Dyn Singh Night Market]] * [[Tethyr]] * [[Hazamarch]] * [[Milpazul]] * [[Rufina's Pulquería]] * [[Hollow]] * [[Hollow Mine]] * [[San Citlán]] * [[Doña Rosa's Vecindad]] * [[San Citlán Metalworks]] * [[Tenoch's Farm]] * [[Oerth]] * [[Oerik]] * [[Flanaess]] * [[Hold of the Sea Princes]] * [[Zinda]] * [[Dragon's Cave]] * [[Thornapple]] * [[Golden Leaf Café]] * [[River of Gold]] * [[Shadowfell]] * [[Domains of Dread]] * [[Godsbreath]] * [[Promise]] * [[Stars over the Ribbon]] * [[The Ribbon]] * [[The Rattle]] * [[Last Stop Farms]] * [[Lamordia]] * [[Vito's Farm]] * [[Transitive Planes]] * [[Ethereal Plane]] * [[Radiant Citadel]] * [[Court of Whispers]] * [[Court of Whispers Archive]] * [[Trade Discal]] * [[Fahim's Fastenings]] * [[Hilltop's Stall]] * [[Waffle Tavern]] * [[House of Convalescence]] * [[Palace of Exile]] * [[Passage of Respite]] * [[Ward's Apartment]] --- ## Page Tags/Properties **Tags:** #Campaign **Category:** [[Campaigns.base|Campaigns]]