新增剩余所有角色伤害计算

This commit is contained in:
UCPr 2025-01-24 16:46:42 +08:00
parent a62109a6c0
commit afce42af23
31 changed files with 744 additions and 11 deletions

View file

@ -68,7 +68,7 @@ export interface buff {
* @function
*
* @string
* buff提高值可能随技能/data.json的"buff"value即为键名
* buff提高值可能随技能/data.json的"buff"value即为键名
*/
value: number | (({ avatar, buffM, calc }: {
avatar: ZZZAvatarInfo