Skip to content

Commit

Permalink
update version 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonymous committed Apr 13, 2023
1 parent cc72a3f commit a6077d3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
VERSION 3.11
-Adjusted the item routing "linearity" setting to the minimum. Testing shows that this has reduced the length of key chains by 2-3 steps, on average. The previous mean for the longest chain in a seed was ~16 steps, and the new mean is ~13 steps.
-Instant death spells no longer prevent capsule monsters from tagging in.
-Added a money making NPC to the VIP room.
-Fixed a mistake where certain keys were not eligible for the "bonus key" slot in shrines and towers.
-Gratze and Lighthouse are no longer assumed to require wall breaking.
-Fixed a typo that would crash the randomizer if the thieves asked for a Catfish jewel.
-Restored support for "Spekkio Lufia" by Artemis.

VERSION 3.10
-Added a key shop in Agurio. The rate is three dragon eggs for one key.
-Randomized the starting tool.
Expand Down
4 changes: 2 additions & 2 deletions randomizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
from traceback import format_exc


VERSION = '3.10'
TEXT_VERSION = 'Three Ten'
VERSION = '3.11'
TEXT_VERSION = 'Three Eleven'
ALL_OBJECTS = None
DEBUG_MODE = False

Expand Down

0 comments on commit a6077d3

Please sign in to comment.