mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
fix #757
This commit is contained in:
parent
2a4fd83042
commit
8e38499446
@ -1,6 +1,6 @@
|
||||
export default function ({ cons, rule, def }) {
|
||||
if (cons === 6) {
|
||||
return rule('万叶-满命', { atk: 75, cpct: 100, cdmg: 100, mastery: 30, dmg: 100, recharge: 55 })
|
||||
return rule('万叶-满命', { atk: 75, cpct: 100, cdmg: 100, mastery: 100, dmg: 100, recharge: 55 })
|
||||
}
|
||||
return def({ hp: 0, atk: 75, def: 0, cpct: 50, cdmg: 50, mastery: 100, dmg: 100, phy: 0, recharge: 55, heal: 0 })
|
||||
}
|
Loading…
Reference in New Issue
Block a user