Witness: Bugfixes in response to beta tests (#1473)
* Make all Keep Pressure Plates logically required for the Laser Panel * Added more Tutorial checks * Added the remaining two Shipwreck Boat EPs to the exclude list for normal * Improved itempool filling system, added warning if usefuls had to be eaten * Moved creation of said warning string to utils * Fixed logic bug causing broken seeds on Mountain Floor 2 * Hints system change * Expert Logic Fix * Fixed typo * Better wording * Added missing games to junk hints * Made sure Entrance names are unique * Fixed missing Obelisk Side * Disable Non Randomized + EP Shuffle fix * Fixed disable_non_randomized precompleted EPs being 'disabled' instead of 'precompleted' * Fixed if/elif error * Tutorial Gate Open local symbol item becomes local_early_item in expert instead * Bump required client version. There is a beta client that sends 0.3.9. * Removed print statement, oops * Fixed itempool manipulation in pre_fill * Replaced string concats with fstrings * Improved make_warning_string function signature Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com> * Improved performance on removing multiple items from multiworld itempool * Comment * Fixed errors with the code * Made removal from itempool not fail unit test for multiple references * Moved all item creation to create_items, got rid of itempool modifying system * Colored Squares is no longer a good item, that's outdated * Removed double if * React to from_pool: false by removing a junk item * Fixed warning if only Fnc Brain was removed * Make use of string truthiness instead * Made reading of plandoed items safer --------- Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>
This commit is contained in:
@@ -433,7 +433,6 @@ class WitnessPlayerLogic:
|
||||
self.ADDED_CHECKS = set()
|
||||
self.VICTORY_LOCATION = "0x0356B"
|
||||
self.EVENT_ITEM_NAMES = {
|
||||
"0x01A0F": "Keep Laser Panel (Hedge Mazes) Activates",
|
||||
"0x09D9B": "Monastery Shutters Open",
|
||||
"0x193A6": "Monastery Laser Panel Activates",
|
||||
"0x00037": "Monastery Branch Panels Activate",
|
||||
@@ -442,8 +441,11 @@ class WitnessPlayerLogic:
|
||||
"0x00139": "Keep Hedges 1 Knowledge",
|
||||
"0x019DC": "Keep Hedges 2 Knowledge",
|
||||
"0x019E7": "Keep Hedges 3 Knowledge",
|
||||
"0x01D3F": "Keep Laser Panel (Pressure Plates) Activates",
|
||||
"0x01BE9": "Keep Laser Panel (Pressure Plates) Activates - Expert",
|
||||
"0x01A0F": "Keep Hedges 4 Knowledge",
|
||||
"0x033EA": "Pressure Plates 1 Knowledge",
|
||||
"0x01BE9": "Pressure Plates 2 Knowledge",
|
||||
"0x01CD3": "Pressure Plates 3 Knowledge",
|
||||
"0x01D3F": "Pressure Plates 4 Knowledge",
|
||||
"0x09F7F": "Mountain Access",
|
||||
"0x0367C": "Quarry Laser Stoneworks Requirement Met",
|
||||
"0x009A1": "Swamp Between Bridges Far 1 Activates",
|
||||
@@ -492,11 +494,9 @@ class WitnessPlayerLogic:
|
||||
"0x17D02": "Windmill Blades Spinning",
|
||||
"0x0A0C9": "Cargo Box EP completable",
|
||||
"0x09E39": "Pink Light Bridge Extended",
|
||||
"0x01CD3": "Pressure Plates 3 EP available",
|
||||
"0x17CC4": "Rails EP available",
|
||||
"0x2896A": "Bridge Underside EP available",
|
||||
"0x00064": "First Tunnel EP visible",
|
||||
"0x033EA": "Pressure Plates 1 EP available",
|
||||
"0x03553": "Tutorial Video EPs availble",
|
||||
"0x17C79": "Bunker Door EP available",
|
||||
"0x275FF": "Stoneworks Light EPs available",
|
||||
|
||||
Reference in New Issue
Block a user