miao-plugin/resources/meta-sr/weapon/存护/calc.js

14 lines
465 B
JavaScript
Raw Normal View History

export default function (staticIdx) {
return {
余生的第一天: [staticIdx(1, 'defPct')],
制胜的瞬间: [staticIdx(1, 'defPct'), staticIdx(1, 'effPct')],
宇宙市场趋势: [staticIdx(1, 'defPct')],
开疆: [staticIdx(1, 'stance')],
戍御: [],
我们是地火: [],
朗道的选择: [],
琥珀: [staticIdx(1, 'defPct')],
记忆的质料: [staticIdx(1, 'effDef')],
'这就是我啦!': [staticIdx(1, 'defPct')]
}
}