Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
markgoho authored Mar 7, 2024
1 parent b8e1e83 commit 41a1b39
Show file tree
Hide file tree
Showing 22 changed files with 419 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ dist
# https://nextjs.org/blog/next-9-1#public-directory-support

public
resources/_gen
hugo/resources/_gen
# vuepress build output

.vuepress/dist
Expand Down
24 changes: 24 additions & 0 deletions hugo/assets/scss/stations-list.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
.station-list {
// outline: 1px solid yellow;
margin: 4rem auto;
display: flex;
gap: 2rem;
flex-wrap: wrap;
padding: 0;
list-style: none;
justify-content: center;
align-items: center;

li {
// outline: 1px solid pink;
font-family: PressStart2P, sans-serif;
width: 13rem;
text-align: center;
line-height: 1.5;
}

a {
text-decoration: none;
color: inherit;
}
}
22 changes: 22 additions & 0 deletions hugo/assets/scss/stations.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
.main {
li::marker {
content: url(/img/arrow.svg);
font-size: 0.8em;
line-height: 0.1;
}

li {
font-family: PressStart2P, sans-serif;
line-height: 1.5;
padding-left: 1rem;
}

li + li {
margin-top: 1rem;
}

h2 {
text-transform: uppercase;
font-size: 0.875rem;
}
}
1 change: 1 addition & 0 deletions hugo/assets/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ h2,
h3,
h4 {
font-family: PressStart2P, sans-serif;
line-height: 1.15;
}

h2 {
Expand Down
2 changes: 2 additions & 0 deletions hugo/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ will only win if you spend them wisely.
## Amazing Oregon Trail

The 2024 Glacier Lakes Spring Camporee, Amazing Oregon Trail, will be held at Camp Cutler. The Camporee will run Friday, April 19 through Sunday, April 21. You can see a map of the camp here.

Scouts can register for the event at the [ScoutingEvent.com page](https://scoutingevent.com/397-glot2023). The cost is $20 per scout and $10 per adult.
3 changes: 3 additions & 0 deletions hugo/content/stations/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
title: Stations
description: Information about the stations at The Amazing Oregon Trail camporee
type: stations
---

Patrols will have seven stations to move between during the day. Each station will test their scout skills, teamwork, and scout spirit. Patrols will be awarded tokens at the end of each challenge based on their performance. Stations will have helpful and penalty cards that patrols will draw from before they start the challenge. Scouts can also use their tokens to gain advantages.
26 changes: 26 additions & 0 deletions hugo/content/stations/a-hunting-we-will-go/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: A Hunting We Will Go! Station
description: Some description
---

## Task

- The patrol must build a fire using the materials they have to burn through string. The fastest time wins.

## Setup

- All patrols will start with the string at the same height.
- Each patrol will be given five matches.
- Each patrol will be given flint, and steel.
- Each patrol can buy additional materials to help.

## Rules

- Patrols can use an axe, saw, and knives.
- Patrols initially only get flint & steel for ignition.
- The patrol must safely split a cut log into fuel & kindling and make tinder.
- Patrol cannot use outside materials unless provided via cards.

## Market

{{< market data="woodsman" >}}
26 changes: 26 additions & 0 deletions hugo/content/stations/cast-iron-chef-challenge/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Cast Iron Chef Challenge
description: Some description
---

## Task

- The patrol must build a fire using the materials they have to burn through string. The fastest time wins.

## Setup

- All patrols will start with the string at the same height.
- Each patrol will be given five matches.
- Each patrol will be given flint, and steel.
- Each patrol can buy additional materials to help.

## Rules

- Patrols can use an axe, saw, and knives.
- Patrols initially only get flint & steel for ignition.
- The patrol must safely split a cut log into fuel & kindling and make tinder.
- Patrol cannot use outside materials unless provided via cards.

## Market

{{< market data="woodsman" >}}
26 changes: 26 additions & 0 deletions hugo/content/stations/eastman-castle/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Fire Building Woodsman Challenge
description: Some description
---

## Task

- The patrol must build a fire using the materials they have to burn through string. The fastest time wins.

## Setup

- All patrols will start with the string at the same height.
- Each patrol will be given five matches.
- Each patrol will be given flint, and steel.
- Each patrol can buy additional materials to help.

## Rules

- Patrols can use an axe, saw, and knives.
- Patrols initially only get flint & steel for ignition.
- The patrol must safely split a cut log into fuel & kindling and make tinder.
- Patrol cannot use outside materials unless provided via cards.

## Market

{{< market data="woodsman" >}}
26 changes: 26 additions & 0 deletions hugo/content/stations/fire-building-woodsman-challenge/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Fire Building Woodsman Challenge
description: Some description
---

## Task

- The patrol must build a fire using the materials they have to burn through string. The fastest time wins.

## Setup

- All patrols will start with the string at the same height.
- Each patrol will be given five matches.
- Each patrol will be given flint, and steel.
- Each patrol can buy additional materials to help.

## Rules

- Patrols can use an axe, saw, and knives.
- Patrols initially only get flint & steel for ignition.
- The patrol must safely split a cut log into fuel & kindling and make tinder.
- Patrol cannot use outside materials unless provided via cards.

## Market

{{< market data="woodsman" >}}
26 changes: 26 additions & 0 deletions hugo/content/stations/ford-the-river/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Ford the River
description: Some description
---

## Task

- The patrol must build a fire using the materials they have to burn through string. The fastest time wins.

## Setup

- All patrols will start with the string at the same height.
- Each patrol will be given five matches.
- Each patrol will be given flint, and steel.
- Each patrol can buy additional materials to help.

## Rules

- Patrols can use an axe, saw, and knives.
- Patrols initially only get flint & steel for ignition.
- The patrol must safely split a cut log into fuel & kindling and make tinder.
- Patrol cannot use outside materials unless provided via cards.

## Market

{{< market data="woodsman" >}}
26 changes: 26 additions & 0 deletions hugo/content/stations/gold-rush/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: The Gold Rush
description: Some description
---

## Task

- The patrol must build a fire using the materials they have to burn through string. The fastest time wins.

## Setup

- All patrols will start with the string at the same height.
- Each patrol will be given five matches.
- Each patrol will be given flint, and steel.
- Each patrol can buy additional materials to help.

## Rules

- Patrols can use an axe, saw, and knives.
- Patrols initially only get flint & steel for ignition.
- The patrol must safely split a cut log into fuel & kindling and make tinder.
- Patrol cannot use outside materials unless provided via cards.

## Market

{{< market data="woodsman" >}}
26 changes: 26 additions & 0 deletions hugo/content/stations/trading-post/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Trading Post
description: Some description
---

## Task

- The patrol must build a fire using the materials they have to burn through string. The fastest time wins.

## Setup

- All patrols will start with the string at the same height.
- Each patrol will be given five matches.
- Each patrol will be given flint, and steel.
- Each patrol can buy additional materials to help.

## Rules

- Patrols can use an axe, saw, and knives.
- Patrols initially only get flint & steel for ignition.
- The patrol must safely split a cut log into fuel & kindling and make tinder.
- Patrol cannot use outside materials unless provided via cards.

## Market

{{< market data="woodsman" >}}
26 changes: 26 additions & 0 deletions hugo/content/stations/trail-maker-challenge/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Trail Maker Challenge
description: Some description
---

## Task

- The patrol must build a fire using the materials they have to burn through string. The fastest time wins.

## Setup

- All patrols will start with the string at the same height.
- Each patrol will be given five matches.
- Each patrol will be given flint, and steel.
- Each patrol can buy additional materials to help.

## Rules

- Patrols can use an axe, saw, and knives.
- Patrols initially only get flint & steel for ignition.
- The patrol must safely split a cut log into fuel & kindling and make tinder.
- Patrol cannot use outside materials unless provided via cards.

## Market

{{< market data="woodsman" >}}
15 changes: 14 additions & 1 deletion hugo/content/the-trail.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,17 @@ You and your patrol will face a series of thrilling challenges and stations alon
At the start of the game Patrols decide their level based on their age and experience:

{{< token-table >}}
This tiered allocation provides an advantage to the newest patrols, helping them start with a higher amount of money to account for their relative inexperience.

This tiered allocation provides an advantage to the newest patrols, helping them start with a higher amount of money to account for their relative inexperience.

## Rewards

Patrols will be awarded tokens at the end of each event based on their performance, scout spirit, and teamwork.

## Winning Patrol

The winning Patrol is determined by the results of each station, along with scout spirit. We will also be handing out awards for each station.

## Wagons

Covered Wagons were an important part of the Oregon Trail. Bonus points will be awarded for any patrols that come with decorated wagons. We will also have separate awards for wagons and how they are designed.
22 changes: 22 additions & 0 deletions hugo/data/stations/river.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"name": "Paddle",
"price": 5
},
{
"name": "Plywood",
"price": 5
},
{
"name": "Barrel",
"price": 5
},
{
"name": "Advice",
"price": 3
},
{
"name": "Tarp",
"price": 3
}
]
22 changes: 22 additions & 0 deletions hugo/data/stations/woodsman.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"name": "Lower String ½ in",
"price": 3
},
{
"name": "Twine",
"price": 3
},
{
"name": "Dryer lint",
"price": 3
},
{
"name": "5 matches",
"price": 3
},
{
"name": "Raise String ½ in",
"price": 3
}
]
Loading

0 comments on commit 41a1b39

Please sign in to comment.