mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-27 01:53:31 +00:00
14 lines
465 B
JavaScript
14 lines
465 B
JavaScript
|
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')]
|
||
|
}
|
||
|
}
|