From 17dcceff7db0de85d4f3a92f62f651835f68eb56 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Wed, 12 Apr 2023 07:05:27 -0700 Subject: [PATCH] update version 3.10 --- changelog.txt | 14 ++++++++++++++ randomizer.py | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index cd00167..5360a8e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,17 @@ +VERSION 3.10 +-Added a key shop in Agurio. The rate is three dragon eggs for one key. +-Randomized the starting tool. +-Capsule monsters get a free bonus strike when tagging in. +-Fixed the capsule tag-out experience point calculation. +-Wall breaking is now required to access the boss in Alunze Cave, for consistency with vanilla. +-Filled all empty checks. +-Dragon eggs always fill the hunger bar by half, regardless of capsule class. +-Fixed the brief palette errors when swapping capsule monsters. +-Fixed a mistake in the routing logic; it was assumed that hook is needed for Tanbel Tower. +-Changed the animation of "Frog Song", which would crash the game when used on large formations. +-Final boss no longer asks if you are ready. +-Iris items can be found in the treasure sword chest again. + VERSION 3.9 -Multiple capsule monsters can be used in one battle. Experimental; use the code `nocap` to disable this feature. -Iris items increase the rate of feeding capsule monsters. diff --git a/randomizer.py b/randomizer.py index 3ab6ec1..b2ead41 100644 --- a/randomizer.py +++ b/randomizer.py @@ -20,8 +20,8 @@ from traceback import format_exc -VERSION = '3.9' -TEXT_VERSION = 'Three Nine' +VERSION = '3.10' +TEXT_VERSION = 'Three Ten' ALL_OBJECTS = None DEBUG_MODE = False