mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-26 17:50:59 +00:00
8 lines
308 B
JavaScript
8 lines
308 B
JavaScript
|
import { usefulAttr } from "../../artifact/artis-mark.js"
|
||
|
|
||
|
export default function ({ cons, rule, def }) {
|
||
|
if (cons === 6) {
|
||
|
return rule('白术-满命', { hp: 100, atk: 75, def: 0, cpct: 100, cdmg: 100, mastery: 50, dmg: 100, phy: 0, recharge: 35, heal: 100 })
|
||
|
}
|
||
|
return def(usefulAttr['白术'])
|
||
|
}
|