miao-plugin/resources/meta-gs/character/旅行者/geo/calc.js

20 lines
455 B
JavaScript
Raw Normal View History

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'