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

10 lines
368 B
JavaScript

export default function ({ attr,artis, rule, def }) {
if (artis.is('冰套4')) {
return rule('永冻甘雨', { atk: 75, cp: 100, cd: 100, dmg: 100, recharge: 0 })
}
if (attr.cpct < 20) {
return rule('甘雨-核爆', { atk: 75, cp: 0, cd: 100, mastery: 75, dmg: 100, recharge: 0 })
}
return def({ atk: 75, cp: 100, cd: 100, mastery: 75, dmg: 100 })
}