Skip to content

Commit

Permalink
update version 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonymous committed Apr 12, 2023
1 parent f89c9f4 commit 17dccef
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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.
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.9'
TEXT_VERSION = 'Three Nine'
VERSION = '3.10'
TEXT_VERSION = 'Three Ten'
ALL_OBJECTS = None
DEBUG_MODE = False

Expand Down

0 comments on commit 17dccef

Please sign in to comment.