mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2025-02-02 16:35:32 +00:00
3aa2456e8f
* fisrt commit * del copy files * change filemode * Delete profile-detail-Copy1.html * Delete profile-stat-Copy1.css * Update artis_user.js
7 lines
308 B
JavaScript
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 })
|
|
} |