Skip to content

Commit 75400dc

Browse files
Release 1.4.0
1 parent 3b9fd07 commit 75400dc

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [1.4.0] - 2024-07-15
11+
912
### Added
13+
1014
- Added late game health scaling. Enemies from earlier biomes in the later biomes will now have more health and armor.
1115
- Added late game difficulty scaling. There will now be less enemies in the later biomes if they are from earlier biomes. This should fix the very long rooms with many spawns, especially in Tartarus.
1216

1317
### Changed
18+
1419
- Enemies spawned by Vow of Wandering are now properly randomized, instead of using the vanilla mapping they use the randomized mapping.
1520
- When RandomizeKeepsakes is enabled, your equipped keepsake will now be randomized after every boss fight. The keepsake display case in biome transition rooms will be locked.
1621

1722
### Fixed
23+
1824
- Killing a MiniBoss should now kill all summons/minions like it does in unmodded Hades 2.
1925
- Fixed some elite enemies potentially being classified as a non-elite enemy, causing normal enemies to sometimes be replaced by elites.
2026

@@ -64,7 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6470
- Fixed an issue where some ability graphics were glitched after being randomized.
6571
- No longer randomize the CrawlerMiniboss (uh-oh) as it does not work outside of it's normal room.
6672

67-
[unreleased]: https://github.com/Dannyj1/HadesIIRandomizer/compare/1.3.0...HEAD
73+
[unreleased]: https://github.com/Dannyj1/HadesIIRandomizer/compare/1.4.0...HEAD
74+
[1.4.0]: https://github.com/Dannyj1/HadesIIRandomizer/compare/1.3.0...1.4.0
6875
[1.3.0]: https://github.com/Dannyj1/HadesIIRandomizer/compare/1.2.0...1.3.0
6976
[1.2.0]: https://github.com/Dannyj1/HadesIIRandomizer/compare/1.1.1...1.2.0
7077
[1.1.1]: https://github.com/Dannyj1/HadesIIRandomizer/compare/1.1.0...1.1.1

thunderstore.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ schemaVersion = "0.0.1"
55
[package]
66
namespace = "Dannyj1"
77
name = "Hades_II_Randomizer"
8-
versionNumber = "1.3.0"
8+
versionNumber = "1.4.0"
99
description = "Hades II Randomizer is a mod that randomizes certain parts of the game everytime you start a new run."
1010
websiteUrl = "https://github.com/Dannyj1/HadesIIRandomizer/"
1111
containsNsfwContent = false

0 commit comments

Comments
 (0)