2023-05-22 19:19:45 +00:00
|
|
|
export default function (staticIdx, keyIdx) {
|
2023-05-20 13:51:44 +00:00
|
|
|
return {
|
2023-05-22 19:19:45 +00:00
|
|
|
一场术后对话: [
|
|
|
|
staticIdx(1, 'recharge'),
|
|
|
|
keyIdx('释放终结技时的治疗量提高[qHeal]%', 'qHeal', 2)
|
|
|
|
],
|
|
|
|
同一种心情: [
|
|
|
|
staticIdx(1, 'heal')
|
|
|
|
],
|
2023-05-20 13:51:44 +00:00
|
|
|
嘉果: [],
|
2023-05-22 19:19:45 +00:00
|
|
|
时节不居: [
|
|
|
|
staticIdx(1, 'hpPct'),
|
|
|
|
staticIdx(2, 'heal')
|
|
|
|
],
|
|
|
|
暖夜不会漫长: [
|
|
|
|
staticIdx(1, 'hpPct')
|
|
|
|
],
|
|
|
|
此时恰好: [
|
|
|
|
staticIdx(1, 'effDef'),
|
|
|
|
(tables) => {
|
|
|
|
return {
|
|
|
|
title: '基于效果抵抗,提高质量量[heal]%',
|
|
|
|
data: {
|
|
|
|
heal: ({ attr, calc }) => Math.min(tables[3], calc(attr.effDef) * tables[2] / 100)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
物穰: [
|
|
|
|
keyIdx('释放战技与终结技时,治疗量提高[eHeal]%', { eHeal: 1, qHeal: 1 })
|
|
|
|
],
|
2023-05-20 13:51:44 +00:00
|
|
|
等价交换: [],
|
2023-06-08 17:59:13 +00:00
|
|
|
蕃息: [],
|
|
|
|
棺的回响: [
|
|
|
|
staticIdx(1, 'atkPct'),
|
|
|
|
keyIdx('释放终结技后,速度提升[speed]', 'speed', 3)
|
|
|
|
]
|
2023-05-20 13:51:44 +00:00
|
|
|
}
|
|
|
|
}
|