> [!infobox|center wfull] > # Menace Under Otari > ![[menace under otari cover.jpg|320]] > ###### Campaign > | | | > | ---- | ---- | > | System | Pathfinder 2e | > | Calendar | [[Absalom Reckoning]] | > > | | | > | ---- | ---- | > | Start Date | 06/29/2024 | > | End Date | 07/20/2024 | > | Campaign Duration | 21 days | > | Number of Sessions | 4 | > > | | | > | ---- | ---- | > | Start ([[Absalom Reckoning\|AR]]) | 11/11/4720 | > | End ([[Absalom Reckoning\|AR]]) | 11/13/4720 | > | In-game Duration | 3 days | > > | | | > | ---- | ---- | > | Game Master | [[Lup]] | ## Cast * [[Callista]] as [[Fayelara Kos]], a half-elf, half-orc fighter * [[Connor]] as [[Liko]], a leshy bard * [[Jett]] as [[Isaias Damasio]], a half-elf wizard * [[Rory]] as [[Kira Risk]], a human rogue ## All Characters ```base filters: and: - file.hasTag("Character") - note["Campaign"].contains(this) formulas: currentAR: this.file.properties["End (Absalom)"] ARage: formula.currentAR - note["Born (AR)"] ARageFloor: (formula.currentAR - note["Born (AR)"]).years.floor() ARageCalc: if(formula.ARageFloor <= 0,formula.ARage,formula.ARageFloor + " years") notBorn: if((note["Born (AR)"] - formula.currentAR).milliseconds < 0,false,true) age_in_years: if(formula.notBorn == false,formula.ARageCalc,"Born in "+formula.ARageCalc) campaign_age: if(Status != "Dead",formula.age_in_years,note["Death Age"] + " (Died " + note["Death Date (AR)"].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 ``` ## Locations * [[Golarion]] * [[Inner Sea]] * [[Otari]] --- ## Page Tags/Properties **Tags:** #Campaign **Category:** [[Campaigns.base|Campaigns]]