mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
5 lines
No EOL
172 B
JavaScript
5 lines
No EOL
172 B
JavaScript
/** @type {import('../../avatar.ts')['scoreFnc'][string]} */
|
|
export default function (avatar) {
|
|
if (avatar.rank >= 4)
|
|
return ['高影画', { "暴击伤害": 0.25 }]
|
|
} |