mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 05:37:46 +00:00
优化伤害计算等
This commit is contained in:
parent
7ace8908ff
commit
95a2ee64de
50 changed files with 173 additions and 221 deletions
|
|
@ -29,8 +29,7 @@ export const buffs = [
|
|||
name: '6影',
|
||||
type: '增伤',
|
||||
value: 0.4,
|
||||
element: 'Ether',
|
||||
isForever: true
|
||||
element: 'Ether'
|
||||
},
|
||||
{
|
||||
name: '额外能力:预言之泪',
|
||||
|
|
|
|||
5
model/damage/character/薇薇安/score.js
Normal file
5
model/damage/character/薇薇安/score.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
/** @type {import('../../avatar.ts')['scoreFnc'][string]} */
|
||||
export default function (avatar) {
|
||||
if (avatar.rank >= 4)
|
||||
return ['高影画', { "暴击伤害": 0.25 }]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue