Tags
Creators
Details
2.2.0
Compatibility
Changes
改动:
使用 Attributes.ATTACK_DAMAGE作为基础伤害 添加横扫之刃附魔加成 添加锋利附魔加成 添加力量附魔加成 添加杀手类附魔加成(根据目标生物类型) 使用 SLASHBLADE_DAMAGE_MULTIPLIER(拔刀剑伤害系数)
新的伤害公式:
最终伤害 = (面板攻击力 + 横扫之刃附魔 + 锋利附魔 + 力量附魔 + 精炼数加成 + 耀魂值加成 + 杀手类附魔) × 连招伤害系数 × 拔刀剑伤害调整比例 × 拔刀伤害系数
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:R4mVfSYE:Lm6Eo9Yc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:R4mVfSYE:Lm6Eo9Yc"
}

