-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
198 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
ol { | ||
list-style: none; | ||
} | ||
|
||
p { | ||
color: red; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: Bandits | ||
description: Information about bandits at The Amazing Oregon Trail camporee | ||
--- | ||
|
||
Beware, Scouts! Bandits lurk in the shadows, ready to ambush and steal your hard-earned Pioneer Tokens and supplies. You'll need to be vigilant, resourceful, and quick on your feet to outsmart these cunning foes. | ||
|
||
## Ambush Points | ||
|
||
Designate specific locations along the trail between stations as ambush points where bandits may hide. When a patrol reaches an ambush point, have an adult leader or volunteer act as the bandit, who can then challenge the patrol. | ||
|
||
## Bandit Challenges | ||
|
||
Bandits can engage in various challenges with the patrols, such as a quickdraw shootout, a tomahawk throwing contest, or a riddle-solving face-off. If the patrol wins the challenge, they successfully defend their Pioneer Tokens and items. If the bandit wins, they steal a predetermined amount of Pioneer Tokens or an item from the patrol. | ||
|
||
## Ransom | ||
|
||
When a bandit steals items or Pioneer Tokens, the patrol can negotiate a ransom to regain their stolen goods. The ransom can be part of the patrol's Pioneer Tokens or completing a challenge or task. | ||
|
||
## Bandit Truce | ||
|
||
If a patrol encounters a bandit, they can offer Pioneer Tokens or an item to the bandit in exchange for safe passage, avoiding a challenge altogether. | ||
|
||
## Bandit Clues | ||
|
||
Provide patrols with clues or hints about potential bandit ambush points so that they can prepare or strategize accordingly. The clues can be rewarded at stations or found along the trail. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Camping | ||
description: Information about camping at The Amazing Oregon Trail camporee | ||
--- | ||
|
||
Units will be camping in Maxion field on the south part of camp. Each unit will have an assigned campsite based on their size to maximize space on Maxion field. Events will be conducted in the main part of camp, and we encourage scouts to Pack a lunch and bring it with them during the day. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: Schedule | ||
description: Itinerary for the Camporee weekend | ||
type: schedule | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
title: Stations | ||
description: Information about the stations at The Amazing Oregon Trail camporee | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: The Trail | ||
description: Information about the trail at The Amazing Oregon Trail camporee | ||
--- | ||
|
||
You and your patrol will face a series of thrilling challenges and stations along the trail, testing your skills, teamwork, and resourcefulness. Each station represents a vital aspect of life on the Oregon Trail – from fire building and river crossing to hunting and cooking. You'll need to work together to overcome these challenges and make your way safely to the trail's end. | ||
|
||
## The Rules | ||
|
||
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 file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
baseURL = 'https://example.org/' | ||
languageCode = 'en-us' | ||
title = 'My New Hugo Site' | ||
title = 'Amazing Oregon Trail Camporee' | ||
publishDir = '../public' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,9 @@ | |
|
||
{{- block "head-scripts" . -}} | ||
{{- end -}} | ||
|
||
{{- block "head-styles" . -}} | ||
{{- end -}} | ||
</head> | ||
|
||
<body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
{{ define "main" }} | ||
<h1>{{ .Title }}</h1> | ||
<article class="content-wrapper"> | ||
<section> | ||
{{ .Content }} | ||
</section> | ||
</article> | ||
{{- end }} | ||
{{- end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
{{ define "main" }} | ||
<h1 class="page-title"> | ||
{{ .Title }} | ||
</h1> | ||
{{ .Content }} | ||
{{ end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.