Merge remote-tracking branch 'upstream/DoorDevUnstable' into OverworldShuffle

This commit is contained in:
codemann8
2021-02-18 22:44:17 -06:00
34 changed files with 1432 additions and 403 deletions

View File

@@ -59,6 +59,10 @@
"expert"
]
},
"shopsanity" : {
"action": "store_true",
"type": "bool"
},
"keydropshuffle" : {
"action": "store_true",
"type": "bool"
@@ -363,5 +367,6 @@
"never"
]
},
"outputname": {}
"outputname": {},
"code": {}
}

View File

@@ -256,6 +256,7 @@
"compassshuffle": [ "Compasses are no longer restricted to their dungeons, but can be anywhere. (default: %(default)s)" ],
"keyshuffle": [ "Small Keys are no longer restricted to their dungeons, but can be anywhere. (default: %(default)s)" ],
"bigkeyshuffle": [ "Big Keys are no longer restricted to their dungeons, but can be anywhere. (default: %(default)s)" ],
"shopsanity": ["Shop contents are shuffle in the main item pool and other items can take their place. (default: %(default)s)"],
"keydropshuffle": [ "Key Drops (Pots and Enemies) are shuffled and other items can take their place (default: %(default)s)" ],
"mixed_travel": [
"How to handle potential traversal between dungeon in Crossed door shuffle",

View File

@@ -243,6 +243,8 @@
"randomizer.item.itempool.hard": "Hard",
"randomizer.item.itempool.expert": "Expert",
"randomizer.item.shopsanity": "Shopsanity",
"randomizer.item.itemfunction": "Item Functionality",
"randomizer.item.itemfunction.normal": "Normal",
"randomizer.item.itemfunction.hard": "Hard",

View File

@@ -1,6 +1,7 @@
{
"checkboxes": {
"retro": { "type": "checkbox" }
"retro": { "type": "checkbox" },
"shopsanity": { "type": "checkbox" }
},
"leftItemFrame": {
"worldstate": {