**Oskar's Station** is a town in the foothills of [[The Mountains|the Mountains]].
> [!infobox| right wikipedia]
> # Oskar's Station
> ![[place_placeholder.svg|cover hsmall]]
> ##### Geographical
> | | |
> | ---- | ---- |
> | **Planet** | [[Jord]] |
> | **Continent** | [[Adenland]] |
> | **Region** | [[The Mountains]] |
> | **Districts** | 3 |
> ##### Government
> | | |
> | ---- | ---- |
> | **Government** | unknown |
> | **Leader(s)** | unknown |
> ##### Miscellaneous
> | | |
> | ---- | ---- |
> | **Population** | ~4000 |
# General
Oskar's Station is a rail crossroads in the foothills, south of [[Gudesberg]]. The foothills is one of the only places in the mountains where a train can actually function, but construction is still difficult and slow. Nevertheless, there is a substantial rail network linking major farming villages and towns in the region, and they all run through Oskar's Station. The station is as far north as rail is possible, and airships carry the goods the rest of the way to Gudesberg. The rail station proper is on the west side of town, and the skyport is on the east. The town in between is a collection of transit- and support-based businesses. Some farms lay to the immediate south.
## The Conduit
The Conduit represents the train station on the west end of town, the skyport on the east end of town, and the roads linking them. Consequently, this district bifurcates the town horizontally. The district is almost entirely commercial/industrial. There are three main roads, running parallel to each other, east to west: the Osprey Road, the Heron Road, and the Gull Road. Along and between the roads are warehouses, packaging centres, accountants, and weigh stations. As goods move from east to west and west to east, they undergo the necessary processing to further them on their journey. There are few residences here; most workers and employees live either in Northside or Southside.
### Places
%% DATAVIEW_PUBLISHER: start
```dataview
TABLE WITHOUT ID file.link AS "Places", placeCategory AS "Category", faction AS "Faction"
from "3-Places/Places" and #District/OskarsStation/Conduit
where publish = true
sort placeCategory ASC, file.link ASC
```
%%
| Places | Category | Faction |
| ------ | -------- | ------- |
%% DATAVIEW_PUBLISHER: end %%
## Northside
North of the Osprey Road is the simply named Northside district, where most of the professional class lives. Despite much of their work being clerical in nature, the citizens who live here still maintain much of the town's simple, working-class attitude. The priests maintain an outpost here.
### Places
%% DATAVIEW_PUBLISHER: start
```dataview
TABLE WITHOUT ID file.link AS "Places", placeCategory AS "Category", faction AS "Faction"
from "3-Places/Places" and #District/OskarsStation/Northside
where publish = true
sort placeCategory ASC, file.link ASC
```
%%
| Places | Category | Faction |
| ------ | -------- | ------- |
%% DATAVIEW_PUBLISHER: end %%
## Southside
South of the Gull Road reside the manual labourers and workmen.
### Places
%% DATAVIEW_PUBLISHER: start
```dataview
TABLE WITHOUT ID file.link AS "Places", placeCategory AS "Category", faction AS "Faction"
from "3-Places/Places" and #District/OskarsStation/Southside
where publish = true
sort placeCategory ASC, file.link ASC
```
%%
| Places | Category | Faction |
| ------ | -------- | ------- |
%% DATAVIEW_PUBLISHER: end %%
# NPCs
%% DATAVIEW_PUBLISHER: start
```dataview
TABLE WITHOUT ID file.link AS "NPCs", char_gender AS "Gender", faction AS "Faction", district AS "District"
from "4-People/People"
where settlement = this.file.link
where publish = true
sort file.link ASC
```
%%
| NPCs | Gender | Faction | District |
| ---- | ------ | ------- | -------- |
%% DATAVIEW_PUBLISHER: end %%
# Gallery