GK Version 1.0.0 (#1)

Establish GK as its own fork with versioning, starting with v1.0.0
- bosshunt mode
- dungeon maps are useful
- ensure there's always a bee for sale in shop shuffle

Reviewed-on: #1
Co-authored-by: Kara Alexandra <ardnaxelarak@gmail.com>
Co-committed-by: Kara Alexandra <ardnaxelarak@gmail.com>
This commit was merged in pull request #1.
This commit is contained in:
2026-01-25 21:29:44 +00:00
committed by karafruit
parent 78dd5c65fc
commit f539e24ddb
29 changed files with 669 additions and 560 deletions

View File

@@ -72,6 +72,7 @@
"trinity",
"crystals",
"ganonhunt",
"bosshunt",
"completionist",
"sanctuary"
]
@@ -299,6 +300,27 @@
"random"
]
},
"bosses_ganon": {
"choices": [
"12",
"11",
"10",
"9",
"8",
"7",
"6",
"5",
"4",
"3",
"2",
"1",
"0"
]
},
"bosshunt_include_agas": {
"action": "store_true",
"type": "bool"
},
"crystals_gt": {
"choices": [
"7",
@@ -431,6 +453,21 @@
"wild"
]
},
"showloot": {
"choices": [
"never",
"presence",
"compass",
"always"
]
},
"showmap": {
"choices": [
"visited",
"map",
"always"
]
},
"keysanity": {
"action": "store_true",
"type": "bool",

View File

@@ -2,7 +2,7 @@
"cli": {
"yes": "Yes",
"no": "No",
"app.title": "ALttP Overworld Randomizer Version %s : --seed %s --code %s",
"app.title": "ALttP GwaaKiwi Randomizer Version %s : --seed %s",
"version": "Version",
"seed": "Seed",
"player": "Player",