2.0.3-fabric
Compatibility
Changes
Tensura: Mysticism - v2.0.3
New
- Memoires now can activate (Recursion Depth) from [Repeater].
When activated, for the next five seconds, whenever Memoires lands an attack on you, (Recursion Depth) will build up. Every subsequent hit landed deals 10% less damage, but the total damage being dealt to you is stored. At the end of the five seconds, the total damage from the entire burst is summed, then multiplied by 1.5x onto you. Be sure to start dodging when he activates (Recursion Depth)!
- Added Korean language to the translations.
- Added a RESTRICTED_LEARNABLE skill tag for certain skills that would be blocked by [Restricted].
The skills [Divine Ki Release], [Unpredictability] and [Eye of Truth] are automatically set as learnable.
- [Phaser] now saves the dimension you leapt from. The exception is the labyrinth where it will send you to the overworld instead.
Balancing
- Memoires is now Neutral until attacked thanks to the above being added.
- [Restricted] players now require Aura to learn Resistances & [Divine Ki Release] instead of Magicules.
Removed
- Removed [Disintegration] from the mod. Hope everyone had fun with it while it lasted, but it was just leftover from merge errors.
Bug Fixes
- Fixed [Divine Ki Release], [Unpredictability] and [Eye of Truth] not being learnable as Restricted.
- Fixed a crash related to [Captivator].
- Fixed some missing lang entries.
- Fixed dupe bug.
- Hid Aura Healing from the inventory.
- Fixed an issue where [Restricted] would spam chat when you were eligible for a skill, but couldn't receive it due to the nature of [Restricted].
- Fixed an issue where [Corroder] would delete entities from the world???
- Fixed an issue where Divine Excelsius and Divine Inferius were not learning [Divine Ki Release] upon evolution.
- Fixed an issue where Rimeblight Hydra and Frostwrought Leviathan could not fly under the effects of Magic Interference.
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:bjvFzLV3:b2mLLfy8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bjvFzLV3:b2mLLfy8"
}

