miao-plugin/resources/meta/weapon/catalyst/遗祀玉珑/data.json
曉K 387dfa9759
修复 4.0新武器被动未写入 (#626)
* 修复 峡湾长歌被动没有被计算

* 4.0武器伤害计算被动

* 勘误
2023-08-31 03:26:26 +08:00

66 lines
1.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "14424",
"name": "遗祀玉珑",
"affixTitle": "碧玉流转",
"star": 4,
"desc": "处于队伍后台超过6秒后生命值上限提升20%元素精通提升80点。装备者登场并留在场上6秒后该效果将失效。",
"attr": {
"atk": {
"1": 41.07,
"20": 99.26,
"40": 183.68,
"50": 238.34,
"60": 292.62,
"70": 346.65,
"80": 400.66,
"90": 454.36,
"20+": 125.16,
"40+": 209.68,
"50+": 264.24,
"60+": 318.52,
"70+": 372.65,
"80+": 426.56
},
"bonusKey": "cpct",
"bonusData": {
"1": 8,
"20": 14.14,
"40": 20.6,
"50": 23.83,
"60": 27.06,
"70": 30.29,
"80": 33.52,
"90": 36.75,
"20+": 14.14,
"40+": 20.6,
"50+": 23.83,
"60+": 27.06,
"70+": 30.29,
"80+": 33.52
}
},
"materials": {
"weapon": "孤云寒林的神体",
"monster": "雾虚灯芯",
"normal": "禁咒绘卷"
},
"affixData": {
"text": "处于队伍后台超过6秒后生命值上限提升$[0],元素精通提升$[1]点。装备者登场并留在场上6秒后该效果将失效。",
"datas": {
"0": [
"20%",
"25%",
"30%",
"35%",
"40%"
],
"1": [
"80",
"100",
"120",
"140",
"160"
]
}
}
}