Re-worked settings for pottery lottery
Fixed multiworld support for lottery
This commit is contained in:
@@ -65,12 +65,24 @@
|
||||
"type": "bool"
|
||||
},
|
||||
"keydropshuffle" : {
|
||||
"choices": [
|
||||
"action": "store_true",
|
||||
"type": "bool"
|
||||
},
|
||||
"dropshuffle" : {
|
||||
"action": "store_true",
|
||||
"type": "bool"
|
||||
},
|
||||
"pottery" : {
|
||||
"choices" : [
|
||||
"none",
|
||||
"keydrops",
|
||||
"potsanity"
|
||||
"keys",
|
||||
"lottery"
|
||||
]
|
||||
},
|
||||
"shufflepots": {
|
||||
"action": "store_true",
|
||||
"type": "bool"
|
||||
},
|
||||
"mixed_travel" : {
|
||||
"choices": [
|
||||
"prevent",
|
||||
@@ -388,10 +400,6 @@
|
||||
"random"
|
||||
]
|
||||
},
|
||||
"shufflepots": {
|
||||
"action": "store_true",
|
||||
"type": "bool"
|
||||
},
|
||||
"remote_items": {
|
||||
"action": "store_true",
|
||||
"type": "bool"
|
||||
|
||||
Reference in New Issue
Block a user