From 4ce7fd15c97c1684cc5e273c3ef69b96d6b92973 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Mon, 3 Jan 2022 18:10:28 -0600 Subject: [PATCH] Version bump 0.2.3.6 --- CHANGELOG.md | 5 +++++ OverworldShuffle.py | 2 +- README.md | 6 ++++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2990d4f..6bb81edf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### 0.2.3.6 +- Added Trinity goal (8/10 default TF pieces) +- Many improvements to TFH pool allocation +- Fixed some issues with Multiworld generation with Custom Item Pools + ### 0.2.3.5 - Fixed issue with multiworld generation - Added infinite loop detection diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 2bb99a54..0dd9223a 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -5,7 +5,7 @@ from BaseClasses import OWEdge, WorldType, RegionType, Direction, Terrain, PolSl from Regions import mark_dark_world_regions, mark_light_world_regions from OWEdges import OWTileRegions, OWTileGroups, OWEdgeGroups, OWExitTypes, OpenStd, parallel_links, IsParallel -__version__ = '0.2.3.5-u' +__version__ = '0.2.3.6-u' def link_overworld(world, player): # setup mandatory connections diff --git a/README.md b/README.md index bfd37cb6..ad384f21 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,12 @@ New flute spots are chosen at random, with restrictions that limit the promixity New flute spots are chosen at random with minimum bias. +## New Goal Options (--goal) + +### Trinity + +This goal gives you the choice between 3 goals, only one of which the player needs to complete: Defeat Ganon (no Aga2), Pulling Pedestal, or turn in TF pieces to Murahdulah. By default, you need to find 8 of 10 total TF pieces but this can be changed with a Custom Item Pool. It is recommended to set GT Entry to 7 crystals and Ganon to 5 crystals or Random crystals, although the player can flexibly change these settings as they seem fit. + ## New Entrance Shuffle Options (--shuffle) ### Lite