> [!infobox|center wfull]
> # Star Wars: Stranded on Parnassos
> ![[star wars cover.jpg|320]]
> ###### Campaign
> | | |
> | ---- | ---- |
> | System | Star Wars 5e |
> | Calendar | [[Galactic Standard Calendar]] |
>
> | | |
> | ---- | ---- |
> | Start Date | 03/24/2023 |
> | End Date | 07/13/2023 |
> | Campaign Duration | 111 days |
> | Number of Sessions | 12 |
>
> | | |
> | ---- | ---- |
> | Start ([[Galactic Standard Calendar\|GSC]]) | 126, 14 BBY |
> | End ([[Galactic Standard Calendar\|GSC]]) | 133, 14 BBY |
> | In-game Duration | 8 days |
>
> | | |
> | ---- | ---- |
> | Dungeon Master | [[Lup]] |
## Cast
* [[Callista]] as [[Seku Awaud]], a twi'lek scout
* [[Connor]] as [[Calor Galateth]], a kiffar sentinel
* [[Jett]] as [[Woe Ismae]], a zabrak consular
* [[Rory]] as [[Ji-me Vidio]], a human guardian
## All Characters
```base
filters:
and:
- file.hasTag("Character")
- note["Campaign"].contains(this)
formulas:
endYearLength: this.file.properties["End Year (GSC)"].length
endYearText: this.file.properties["End Year (GSC)"]
endYear: if(formula.endYearLength == 8,number(formula.endYearText.slice(0,4)),if(formula.endYearLength == 7,number(formula.endYearText.slice(0,3)),if(formula.endYearLength == 6,number(formula.endYearText.slice(0,2)),number(formula.endYearText.slice(0,1)))))
yearBornText: note["Year Born (GSC)"].toString()
yearBornLength: formula.yearBornText.length
yearBorn: if(formula.yearBornLength == 8,number(formula.yearBornText.slice(0,4)),if(formula.yearBornLength == 7,number(formula.yearBornText.slice(0,3)),if(formula.yearBornLength == 6,number(formula.yearBornText.slice(0,2)),number(formula.yearBornText.slice(0,1)))))
campaignAge: if(note["Day Born (GSC)"] >= this.file.properties["End Day (GSC)"],(formula.yearBorn - formula.endYear),(formula.yearBorn - (formula.endYear + 1)))
characterType: if(note["Character Type"].length == 2,"NPC",if(note["Character Type"].contains("Player Character"),"Player","NPC"))
properties:
file.name:
displayName: Character
formula.campaignAge:
displayName: Age at Campaign End
views:
- type: table
name: Table
groupBy:
property: formula.characterType
direction: DESC
order:
- file.name
- formula.campaignAge
- Status
- formula.characterType
sort:
- property: formula.characterType
direction: DESC
- property: Status
direction: ASC
- property: file.name
direction: ASC
columnSize:
file.name: 275
```
## Locations
* [[MONARO]]
* [[Outer Rim]]
* [[Voxx Cluster]]
* [[Vranki's Hotel & Casino]]
* [[Red Asteroid Cantina]]
* [[Unknown Regions]]
* [[Parnassos]]
* [[Nautilus System]]
* [[Zabiff's Delights]]
* [[Slerog's Landing]]
* [[Pyrros Station]]
* [[Central Building]]
* [[Medical Practice]]
* [[Skywalker Agroproductions]]
* [[The Littlest Houk]]
* [[Ship Graveyard]]
* [[Gurron's House]]
* [[Unoccupied Sith Temple]]
---
## Page Tags/Properties
**Tags:** #Campaign
**Category:** [[Campaigns.base|Campaigns]]