-
Notifications
You must be signed in to change notification settings - Fork 22
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
16 changed files
with
55,974 additions
and
1 deletion.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,35 @@ | ||
# The first year of the game | ||
START_YEAR: 1826 | ||
# The starting units | ||
START_UNITS: | ||
Oto: | ||
Army: ['Platte', 'Nishnabotna'] | ||
Fleet: ['Clay'] | ||
Missouria: | ||
Army: ['Jackson'] | ||
Fleet: ['Saline', 'Lafayette'] | ||
Chickasaw: | ||
Army: ['Scott', 'St. Francis'] | ||
Fleet: ['New Madrid'] | ||
Quapaw: | ||
Army: ['Wayne', 'Butler', 'Black'] | ||
Osage: | ||
Army: ['Osage', 'Ozark', 'Cole'] | ||
Illini: | ||
Army: ['St. Louis', 'Lincoln'] | ||
Fleet: ['St. Charles'] | ||
Ioway: | ||
Army: ['Grand', 'North Grand', 'Musse'] | ||
# Abbreviations that should be used (rather than letting the script try to guess an abbreviation). | ||
ABBREVIATIONS: | ||
'South Central Mississippi River': 'scp' | ||
# Overrides to swap centers. This only needs to contain something if the greedy algorithm fails. | ||
CENTER_OVERRIDES: [ | ||
["South Mississippi River", "Scott"], | ||
] | ||
# Overrides to swap region names. This only needs to contain something if the greedy algorithm fails. | ||
REGION_OVERRIDES: [ | ||
["Scott", "South Mississippi River"], | ||
["Illinois", "South East Missouri River"], | ||
["Illinois", "St. Louis"], | ||
] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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