miao-plugin/resources/meta/character/甘雨/artis.js

7 lines
239 B
JavaScript
Raw Normal View History

export default function ({ artis, rule, def }) {
if (artis.is('冰套4')) {
2022-09-13 18:47:14 +00:00
return rule('甘雨-永冻', { atk: 75, cp: 100, cd: 100, dmg: 100, recharge: 75 })
}
return def({ atk: 75, cp: 100, cd: 100, mastery: 75, dmg: 100 })
}