Tags
Creators
Details
1.4.5
Compatibility
Required content
Changes
š Version 1.4.5 Changelog
š Developer Note: Sorry this week's update is a couple of days late! The truth is, Slay the Spire 2 is just too incredibly fun! I had to squeeze in writing this week's code between my spire-climbing runs... Anyway, please enjoy this week's update, and go enjoy Slay the Spire 2!
New Features
- New Skill: Practice Makes Perfect - Upgrading this skill unlocks additional Active Skill slots.
- New Skill: Alchemist - Upgrading this skill unlocks additional Casting Material slots.
- New Active Skill: Tidal Wave - Unleash the power of the ocean.
Changes & Balance
- Mechanic Change: Active skills that are currently on cooldown will now slowly consume your Hunger.
- Progression Update: The initial number of Active Skill slots is now limited to 2. You must upgrade the "Practice Makes Perfect" skill to unlock more (Maximum slots increased to 6).
- Progression Update: The initial number of Material slots is now limited to 2. You must upgrade the "Alchemist" skill to unlock more (Maximum slots increased to 6).
- Balance: Reduced the Skill Point cost for unlocking and upgrading most skills across the tree.
Removals
- Removed the "Root" node of the Skill Tree.
Bug Fixes
- Fixed a bug where the visual flight range of the flying swords did not match their actual damage hitbox range in the secondary effect of "Sword of Judgment".
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:swL5EWud:CEP5WekC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:swL5EWud:CEP5WekC"
}

