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

* 4.0武器伤害计算被动

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

66 lines
1.5 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": "12424",
"name": "聊聊棒",
"affixTitle": "「伶牙俐齿」",
"star": 4,
"desc": "承受火元素附着后的10秒内攻击力提升16%每12秒至多触发一次承受水元素、冰元素或雷元素附着后的10秒内所有元素伤害加成提升12%每12秒至多触发一次。",
"attr": {
"atk": {
"1": 43.73,
"20": 118.57,
"40": 225.99,
"50": 293.36,
"60": 360.9,
"70": 428.69,
"80": 496.72,
"90": 564.78,
"20+": 144.47,
"40+": 251.99,
"50+": 319.26,
"60+": 386.8,
"70+": 454.69,
"80+": 522.62
},
"bonusKey": "cpct",
"bonusData": {
"1": 4,
"20": 7.07,
"40": 10.3,
"50": 11.92,
"60": 13.53,
"70": 15.14,
"80": 16.76,
"90": 18.38,
"20+": 7.07,
"40+": 10.3,
"50+": 11.92,
"60+": 13.53,
"70+": 15.14,
"80+": 16.76
}
},
"materials": {
"weapon": "绿洲花园的真谛",
"monster": "锲纹的横脊",
"normal": "史莱姆原浆"
},
"affixData": {
"text": "承受火元素附着后的10秒内攻击力提升$[0]每12秒至多触发一次承受水元素、冰元素或雷元素附着后的10秒内所有元素伤害加成提升$[1]每12秒至多触发一次。",
"datas": {
"0": [
"16%",
"20%",
"24%",
"28%",
"32%"
],
"1": [
"12%",
"15%",
"18%",
"21%",
"24%"
]
}
}
}