lufia2ac: coop support + update AP version number to 0.4.2 (#1868)
* Core: typing for async_start * CommonClient: add a framework for clients to subscribe to data storage key notifications * Core: update version to 0.4.2 * lufia2ac: coop support
This commit is contained in:
@@ -109,13 +109,13 @@ class BlueChestCount(Range):
|
||||
more for each party member or capsule monster if you have shuffle_party_members/shuffle_capsule_monsters enabled.
|
||||
(You will still encounter blue chests in your world after all the multiworld location checks have been exhausted,
|
||||
but these chests will then generate items for yourself only.)
|
||||
Supported values: 10 – 75
|
||||
Supported values: 10 – 100
|
||||
Default value: 25
|
||||
"""
|
||||
|
||||
display_name = "Blue chest count"
|
||||
range_start = 10
|
||||
range_end = 75
|
||||
range_end = 100
|
||||
default = 25
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user