mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2025-01-30 23:19:54 +00:00
将风伤加成对染色伤害的惩罚前移
This commit is contained in:
parent
7effa2567a
commit
a605cdcbe3
@ -323,6 +323,9 @@ export default class Avatar extends Base {
|
||||
this.attr[key] = artisMain.value
|
||||
else
|
||||
this.attr[key] = 0
|
||||
if (artisMain.key === 'anemo')
|
||||
for (let key of ['pyro', 'hydro', 'electro', 'cryo'])
|
||||
this.attr[key] = -artisMain.value
|
||||
}
|
||||
this.base = attr.getBase()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user