miao-plugin/resources/meta/character/温迪/artis_user.js
panganqi 3aa2456e8f
多流派 (#180)
* fisrt commit

* del copy files

* change filemode

* Delete profile-detail-Copy1.html

* Delete profile-stat-Copy1.css

* Update artis_user.js
2022-09-14 01:56:02 +08:00

7 lines
308 B
JavaScript

export default function ({ attr, weapon, rule, def }) {
if (attr.recharge > 240) {
return rule('温迪-工具人', { atk: 75, cp:100, cd: 100, mastery: 75, dmg: 100, recharge: 100 })
}
return def({ hp: 0, atk: 75, def: 0, cp: 100, cd: 100, mastery: 75, dmg: 100, phy: 0, recharge: 75, heal: 0 })
}