mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
爱丽丝伤害计算
This commit is contained in:
parent
cf25160a38
commit
14af1a20e1
8 changed files with 149 additions and 11 deletions
|
|
@ -2,7 +2,7 @@
|
|||
export const buffs = [
|
||||
{
|
||||
name: '1影',
|
||||
type: '异常增伤', // 异常易伤?
|
||||
type: '异常增伤',
|
||||
value: 0.16,
|
||||
is: {
|
||||
team: true
|
||||
|
|
@ -76,7 +76,6 @@ export const skills = [
|
|||
...calc.skills.find(skill => skill.type === '侵蚀·异放'),
|
||||
after: ({ damage }) => damage.x(5)
|
||||
})
|
||||
dmg.skill.name = '6影特殊异放·5护羽'
|
||||
return dmg
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue