mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-23 08:00:57 +00:00
13 lines
317 B
JavaScript
13 lines
317 B
JavaScript
|
export default function (staticIdx) {
|
||
|
return {
|
||
|
以世界之名: [],
|
||
|
决心如汗珠般闪耀: [],
|
||
|
匿影: [],
|
||
|
后会有期: [],
|
||
|
幽邃: [],
|
||
|
延长记号: [staticIdx(1, 'stance')],
|
||
|
晚安与睡颜: [],
|
||
|
渊环: [staticIdx(1, 'dmg')],
|
||
|
猎物的视线: [staticIdx(1, 'effPct')]
|
||
|
}
|
||
|
}
|