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:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user