添加卡维、白术部分图片资源;更新绮良良信息,添加伤害计算。 (#575)

* 添加绮良良相关图片资源

* 卡维、白术部分图片资源

* 更新绮良良信息,添加伤害计算
This commit is contained in:
DokiAlex 2023-05-29 02:35:26 +08:00 committed by GitHub
parent f4084a0887
commit 51b90dd0fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 29 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -0,0 +1,22 @@
export const details = [{
title: '秘法·惊喜特派伤害',
talent: 'q',
dmg: ({ talent }, dmg) => dmg(talent.q['技能伤害'], 'q')
}, {
title: '护盾最大吸收量',
talent: 'e',
dmg: ({ talent, calc, attr }, { shield }) => shield(talent.e['护盾吸收量上限2'][0] * calc(attr.hp) / 100 + talent.e['护盾吸收量上限2'][1] * 1)
}]
export const mainAttr = 'atk,hp,cpct,cdmg'
export const buffs =[{
title: '绮良良被动:基于绮良良的生命上限,秘法·惊喜特派伤害提升[qDmg]%',
data: {
qDmg: ({ attr, calc }) => calc(attr.hp) / 1000 * 0.3
}
}]

View File

@ -10,8 +10,8 @@
"birth": "1-22",
"astro": "箱筥座",
"desc": "稻妻快递公司「狛荷屋」的送货员,一只热爱自己工作、向往人类社会的「猫又」。",
"cncv": "",
"jpcv": "",
"cncv": "孙艳琦",
"jpcv": "铃代纱弓",
"costume": false,
"ver": 1,
"baseAttr": {
@ -23,7 +23,11 @@
"key": "hpPct",
"value": 24
},
"talentId": {},
"talentId": {
"10611": "a",
"10612": "e",
"10615": "q"
},
"talentCons": {
"e": 3,
"q": 5