miao-plugin/resources/meta/character/甘雨/calc.js
2022-04-26 04:14:30 +08:00

18 lines
297 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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
}
}];