1.0.0
Compatibility
Changes
AttributeCardExtension
An expansion mod for CardEngine that adds a collection of 80+ custom attribute upgrade cards (13 stats with 6 rarities each from Common to Mythic) inspired by League of Legends RPG mechanics.
Features
13 Custom Stats: Includes Max Health, Attack Damage (AD), Ability Power (AP), Attack Speed (AS), Critical Strike Chance, Armor, Magic Resist (MR), Life Steal, Omnivamp, Movement Speed (MS), HP Regen, Ability Haste, and Bonus XP.
Tiered Rarities:
Cards scale dynamically from Common, Uncommon, Rare, Epic, Legendary, to Mythic with increasing value bonuses.
Integrated RPG Scaling:
- Earn vanilla XP to level up your Card Engine.
- Pick from 3 random cards on level up to power up your attributes.
- Press the L key anytime to open the scrollable overlay and view your active stat bonuses.
Requires CardEngine as a dependency to run.
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:CZDVJxJq:FTpg7NUd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CZDVJxJq:FTpg7NUd"
}

