fix:遗祀玉珑武器和芙宁娜天赋效果描述 (#678)

This commit is contained in:
枫叶 2023-11-18 20:15:18 +08:00 committed by GitHub
parent 9d63ec13fc
commit 1cfbadb304
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 15 deletions

View File

@ -47,7 +47,7 @@ export const defDmgIdx = 3
export const buffs = [{
title: '芙宁娜天赋消耗4队友生命值E伤害提升140%'
}, {
title: '天赋E·万众狂欢300层气氛值提升[dmg]%伤害,[heal]%治疗加成',
title: '天赋Q·万众狂欢300层气氛值提升[dmg]%伤害,[heal]%治疗加成',
data: {
dmg: ({ talent }) => talent.q['气氛值转化提升伤害比例'] * 300,
heal: ({ talent }) => talent.q['气氛值转化受治疗加成比例'] * 300

View File

@ -182,7 +182,7 @@ export default function (step, staticStep) {
}
}],
遗祀玉珑: [{
title: '处于队伍后台超过6秒后,生命值上限提升[hpPct]%,元素精通提升[mastery]点',
title: '处于队伍后台超过5秒后,生命值上限提升[hpPct]%,元素精通提升[mastery]点',
refine: {
hpPct: step(32),
mastery: step(40)

View File

@ -3,7 +3,7 @@
"name": "遗祀玉珑",
"affixTitle": "碧玉流转",
"star": 4,
"desc": "处于队伍后台超过6秒后生命值上限提升20%元素精通提升80点。装备者登场并留在场上6秒后,该效果将失效。",
"desc": "处于队伍后台超过5秒后生命值上限提升32%元素精通提升40点。装备者登场并留在场上10秒后,该效果将失效。",
"attr": {
"atk": {
"1": 41.07,
@ -45,22 +45,22 @@
"normal": "禁咒绘卷"
},
"affixData": {
"text": "处于队伍后台超过6秒后生命值上限提升$[0],元素精通提升$[1]点。装备者登场并留在场上6秒后,该效果将失效。",
"text": "处于队伍后台超过5秒后生命值上限提升$[0],元素精通提升$[1]点。装备者登场并留在场上10秒后,该效果将失效。",
"datas": {
"0": [
"20%",
"25%",
"30%",
"35%",
"40%"
"32%",
"40%",
"48%",
"56%",
"64%"
],
"1": [
"80",
"100",
"120",
"140",
"160"
"40",
"50",
"60",
"70",
"80"
]
}
}
}
}