!22 卡维、绮良良评分权重;卡维伤害计算;添加香菱6命增伤

Merge pull request !22 from DokiAlex/master
This commit is contained in:
Kokomi 2023-05-17 20:12:34 +00:00 committed by Gitee
commit edc9d96a3c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 40 additions and 2 deletions

View File

@ -67,5 +67,7 @@ export const usefulAttr = {
艾尔海森: { hp: 0, atk: 75, def: 0, cpct: 100, cdmg: 100, mastery: 100, dmg: 100, phy: 0, recharge: 35, heal: 0 },
迪希雅: { hp: 75, atk: 75, def: 0, cpct: 100, cdmg: 100, mastery: 100, dmg: 100, phy: 0, recharge: 55, heal: 0 },
米卡: { hp: 75, atk: 55, def: 0, cpct: 100, cdmg: 100, mastery: 0, dmg: 75, phy: 75, recharge: 55, heal: 100 },
白术: { hp: 100, atk: 0, def: 0, cpct: 100, cdmg: 100, mastery: 75, dmg: 100, phy: 0, recharge: 75, heal: 100 }
白术: { hp: 100, atk: 0, def: 0, cpct: 100, cdmg: 100, mastery: 75, dmg: 100, phy: 0, recharge: 75, heal: 100 },
卡维: { hp: 0, atk: 75, def: 0, cpct: 100, cdmg: 100, mastery: 75, dmg: 100, phy: 0, recharge: 75, heal: 0},
绮良良: { hp: 100, atk: 75, def: 0, cpct: 100, cdmg: 100, mastery: 0, dmg: 100, phy: 0, recharge: 0, heal: 0}
}

View File

@ -0,0 +1,24 @@
export const details = [{
title: '画则巧施伤害',
dmg: ({ talent }, dmg) => dmg(talent.e['技能伤害'], 'e')
}, {
title: 'Q后绽放伤害',
params: { bloom: true },
dmg: ({calc, attr}, { reaction }) => {
return reaction('bloom')}
}]
export const mainAttr = 'atk,cpct,cdmg,mastery'
export const buffs = [{
title: '繁绘隅穹:草原核迸发伤害提升[bloom]%',
data: {
bloom: ({ talent }) => talent.q['草原核迸发伤害加成']
}
},{
title: '卡维4命卡维触发绽放反应产生的草原核在迸发时造成的伤害提升60%',
cons: 4,
data: {
bloom: ({ params }) => params.bloom ? 60 : 0
}
}]

View File

@ -21,4 +21,10 @@ export const buffs = [{
data: {
kx: 15
}
}, 'vaporize']
}, {
title: '香菱6命旋火轮持续期间获得15%火伤加成',
cons: 6,
data: {
qDmg: 15
}
},'vaporize']

View File

@ -30,6 +30,12 @@ export const buffs = [{
data: {
kx: 15
}
}, {
title: '香菱6命旋火轮持续期间获得15%火伤加成',
cons: 6,
data: {
qDmg: 15
}
}, {
check: ({ params }) => params.team === true,
title: '风鹰宗室班:增加[atkPlus]点攻击力与[atkPct]%攻击力',