mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
万叶满命权重
This commit is contained in:
parent
d374d86c2b
commit
f32d51e18b
6
resources/meta-gs/character/枫原万叶/artis.js
Normal file
6
resources/meta-gs/character/枫原万叶/artis.js
Normal file
@ -0,0 +1,6 @@
|
||||
export default function ({ cons, rule, def }) {
|
||||
if (cons === 6) {
|
||||
return rule('万叶-满命', { atk: 75, cpct: 100, cdmg: 100, mastery: 30, dmg: 100, recharge: 55 })
|
||||
}
|
||||
return def({ hp: 0, atk: 75, def: 0, cpct: 50, cdmg: 50, mastery: 100, dmg: 100, phy: 0, recharge: 55, heal: 0 })
|
||||
}
|
Loading…
Reference in New Issue
Block a user