miao-plugin/resources/meta-gs/character/可莉/artis.js

7 lines
301 B
JavaScript
Raw Normal View History

2022-09-13 18:47:14 +00:00
export default function ({ attr, weapon, rule, def }) {
if (attr.mastery < 50 && attr.cpct * 2 + attr.cdmg > 320) {
return rule('可莉-纯火', { atk: 85, cpct: 100, cdmg: 100, dmg: 100, recharge: 55 })
2022-09-13 18:47:14 +00:00
}
return def({ atk: 75, cpct: 100, cdmg: 100, mastery: 75, dmg: 100, recharge: 30 })
}