mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 12:51:30 +00:00
4 lines
119 B
JavaScript
4 lines
119 B
JavaScript
export default function ({ def }) {
|
|
return def({ atk: 75, cp: 100, cd: 100, mastery: 75, dmg: 100, recharge: 55 })
|
|
}
|