Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published last year
Updated 2 months ago
All versions
2.0.0
Release
雫拔刀剑 2.0.010 months ago 37.6K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
2.0📝 更新日志
新增大量sa
| 技能名称 | 类型 | 持续时间 | 目标数 | 伤害系数 | 特殊效果 |
|---|---|---|---|---|---|
| 瞬移斩 | 连锁 | 8秒 | 5个 | 1.5x | 瞬移 |
| 时间斩 | 爆发 | 3秒 | 无限 | 4.0x | 时停 |
| 龙卷斩 | 持续 | 5秒 | 无限 | 持续伤害 | 吸引 |
| 镜像斩 | 协同 | 2秒 | 3个 | 多段 | 分身 |
| 雷霆连斩 | 链式 | 即时 | 8连锁 | 衰减 | 麻痹 |
| 无限剑制 | 领域 | 5秒 | 无限 | 1.0x×20 | 剑阵 |
| 月下斩 | 连斩 | 即时 | 前方 | 3.6x | 5段斩 |
| 燕返 | 同时 | 即时 | 前方 | 4.8x | 三段必中 |
| 虚空囚笼 | 囚禁 | 4秒 | 范围 | 持续+3x | 囚笼 |
伤害计算方式
- 基础伤害 = (攻击力 + 1.0) × 基础倍率
- 精炼加成 = 1.0 + (精炼数 × 0.001) // 每1点精炼增加0.1%伤害
- 耀魂加成 = 1.0 + (耀魂值 × 0.00001) // 每1点耀魂增加0.001%伤害
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:EtChRgXE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:R4mVfSYE:EtChRgXE"
}


