fix(config): 修复技能ID配置错位与范围标注错误

1. 调整技能商店单体攻击卡的范围注释,从6001-6016修正为6001-6012
2. 移除6013-6016的冗余技能配置
3. 修正所有关联配置中的技能ID映射错误,统一技能ID与配置项的对应关系
This commit is contained in:
panFD
2026-08-15 19:28:39 +08:00
parent 42c0a25e20
commit c9b2518282
4 changed files with 67 additions and 87 deletions

View File

@@ -100,7 +100,7 @@ export const SkillDescSet: Record<number, SkillDescConfig> = {
templPerm: "{target}以{value}%生命复活",
},
// ==================== 技能商店单体攻击卡6001-6016ap = 攻击力%伤害 ====================
// ==================== 技能商店单体攻击卡6001-6012ap = 攻击力%伤害 ====================
// 注:暴击/冰冻/击晕/击退等附加概率由 buildCardDescRich 扫描 crt/frz/stun/bck 动态追加,不在模板写死
6001: {
verb: "", unit: "%", permField: "ap",
@@ -150,22 +150,6 @@ export const SkillDescSet: Record<number, SkillDescConfig> = {
verb: "", unit: "%", permField: "ap",
templPerm: "造成攻击力{value}{unit}的伤害",
},
6013: {
verb: "", unit: "%", permField: "ap",
templPerm: "造成攻击力{value}{unit}的伤害",
},
6014: {
verb: "", unit: "%", permField: "ap",
templPerm: "造成攻击力{value}{unit}的伤害",
},
6015: {
verb: "", unit: "%", permField: "ap",
templPerm: "造成攻击力{value}{unit}的伤害",
},
6016: {
verb: "", unit: "%", permField: "ap",
templPerm: "造成攻击力{value}{unit}的伤害",
},
// ==================== 技能商店中阶攻击卡6101-6102ap = 攻击力%伤害 ====================
6101: {
verb: "", unit: "%", permField: "ap",