miao-plugin/resources/meta-gs/character/旅行者/geo/calc.js
2023-11-13 16:37:07 +08:00

20 lines
455 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 = [{
title: 'E荒星伤害',
dmg: ({ talent }, dmg) => dmg(talent.e['技能伤害'], 'e')
}, {
title: 'Q地震波单次伤害',
dmg: ({ talent }, dmg) => dmg(talent.q['地震波单次伤害'], 'q')
}]
export const mainAttr = 'atk,cpct,cdmg,dmg'
export const buffs = [{
title: '岩主1命处于Q岩造物范围内时暴击率提高[cpct]%',
cons: 1,
data: {
cpct: 10
}
}]
export const createdBy = 'Aluxes'