mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2025-02-02 00:15:41 +00:00
14 lines
400 B
JavaScript
14 lines
400 B
JavaScript
export default function (staticIdx) {
|
|
return {
|
|
乐圮: [],
|
|
俱殁: [],
|
|
在蓝天下: [staticIdx(1, 'atkPct')],
|
|
天倾: [],
|
|
无可取代的东西: [staticIdx(1, 'atkPct')],
|
|
无处可逃: [staticIdx(1, 'atkPct')],
|
|
'汪!散步时间!': [staticIdx(1, 'atkPct')],
|
|
秘密誓心: [staticIdx(1, 'dmg')],
|
|
记一位星神的陨落: [],
|
|
鼹鼠党欢迎你: []
|
|
}
|
|
} |