fix(config): 修正技能6503的buff配置关联
将技能6503的timed_buff_id从7011改为7001, 并补充缺失的buff_value和buff_duration配置项, 同时删除了冗余的旧buff配置7011和7111
This commit is contained in:
@@ -134,13 +134,6 @@ export const BuffList: Record<number, BuffConfig> = {
|
||||
tick: { interval: 0.5, damage_or_heal: -1, scale_by_ap_pct: 0 },
|
||||
info: "微量出血,每层使自身被暴击率提升 1%,可叠加,持续 5 秒",
|
||||
},
|
||||
// 占卜师战前攻击强化(基础档:+30%/5s;高阶通过 buff_value/buff_duration 覆写成长)
|
||||
7111: {
|
||||
id: 7111, name: "战前强攻", icon: "Stat_Attack_03",
|
||||
category: BuffCategory.Buff, duration: 5, max_stack: 0,
|
||||
modifiers: [{ attr: Attrs.ap, op: ModOp.PercentAdd, value: 30 }],
|
||||
info: "攻击力提升 30%,持续 5 秒",
|
||||
},
|
||||
|
||||
// ==================== 玩家计时性强化(药水/技能用,默认 5s) ====================
|
||||
// 计时性回血(HoT)
|
||||
@@ -150,13 +143,6 @@ export const BuffList: Record<number, BuffConfig> = {
|
||||
tick: { interval: 0.5, damage_or_heal: 10, scale_by_ap_pct: 0 },
|
||||
info: "每秒回复生命,持续 5 秒",
|
||||
},
|
||||
// 攻击强化(限时)
|
||||
7011: {
|
||||
id: 7011, name: "攻击爆发", icon: "Stat_Attack_03",
|
||||
category: BuffCategory.Buff, duration: 5, max_stack: 1,
|
||||
modifiers: [{ attr: Attrs.ap, op: ModOp.PercentAdd, value: 50 }],
|
||||
info: "攻击力提升 50%,持续 5 秒",
|
||||
},
|
||||
// 暴击强化(限时)
|
||||
7012: {
|
||||
id: 7012, name: "暴击爆发", icon: "Stat_CriticalChance_02",
|
||||
|
||||
Reference in New Issue
Block a user