mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 21:00:05 +00:00
c6a70b3a6d
修正圣遗物流派判定的部分错误
3 lines
122 B
JavaScript
3 lines
122 B
JavaScript
export default function ({ def }) {
|
|
return def({ atk: 75, cpct: 100, cdmg: 100, mastery: 75, dmg: 100, recharge: 55 })
|
|
} |