miao-plugin/resources/meta-sr/weapon/虚无/calc.js

13 lines
317 B
JavaScript
Raw Normal View History

export default function (staticIdx) {
return {
以世界之名: [],
决心如汗珠般闪耀: [],
匿影: [],
后会有期: [],
幽邃: [],
延长记号: [staticIdx(1, 'stance')],
晚安与睡颜: [],
渊环: [staticIdx(1, 'dmg')],
猎物的视线: [staticIdx(1, 'effPct')]
}
}