mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-18 21:44:41 +00:00
18 lines
297 B
JavaScript
18 lines
297 B
JavaScript
export const details = [];
|
||
|
||
export const defParams = {
|
||
|
||
};
|
||
export const buffs = [{
|
||
cons: 1,
|
||
title: "1命效果:霜华失命中减少敌人15%冰抗",
|
||
data: {
|
||
kx: 15
|
||
}
|
||
}, {
|
||
cons: 4,
|
||
title: "4命效果:大招领域内敌人受到的伤害提升25%",
|
||
data: {
|
||
dmg: 25
|
||
}
|
||
}]; |