From 4880f8017aa888a42b49954cb1c0d1667965a571 Mon Sep 17 00:00:00 2001 From: aerinon Date: Wed, 20 Apr 2022 08:51:32 -0600 Subject: [PATCH] Pottery fix for vanilla hera key --- Main.py | 2 +- RELEASENOTES.md | 2 ++ Rom.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Main.py b/Main.py index 07a3d7da..c121c976 100644 --- a/Main.py +++ b/Main.py @@ -31,7 +31,7 @@ from Utils import output_path, parse_player_names from source.item.FillUtil import create_item_pool_config, massage_item_pool, district_item_pool_config from source.tools.BPS import create_bps_from_data -__version__ = '1.0.1.12v' +__version__ = '1.0.1.13v' from source.classes.BabelFish import BabelFish diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 99541cbd..2363942e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -147,6 +147,8 @@ Same as above but both small keys and bigs keys of the dungeon are not allowed o #### Volatile +* 1.0.1.13 + * Fix for pottery hera key * 1.0.1.12 * Fix for Multiworld forfeits, shops and pot items now included * Reworked GT Trash Fill. Base rate is 0-75% of locations fill with 7 crystals entrance requirements. Triforce hunt is 75%-100% of locations. The 75% number will decrease based on the crystal entrance requirement. Dungeon_only algorithm caps it based on how many items need to be placed in dungeons. Cross dungeon shuffle will now work with the trash fill. diff --git a/Rom.py b/Rom.py index c4a31ed6..aef26cd5 100644 --- a/Rom.py +++ b/Rom.py @@ -36,7 +36,7 @@ from source.dungeon.RoomList import Room0127 JAP10HASH = '03a63945398191337e896e5771f77173' -RANDOMIZERBASEHASH = 'eb982135bdfe95a23b9068bd9cac4449' +RANDOMIZERBASEHASH = 'fee4fef55db46a467e34fe1b65b7dbd4' class JsonRom(object):