mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-22 06:58:24 +00:00
4.1下半卡池
This commit is contained in:
parent
ce61e9fedf
commit
e46ec81e62
@ -20,7 +20,7 @@ app.reg({
|
||||
desc: '【#管理】更新素材'
|
||||
},
|
||||
update: {
|
||||
rule: /^#喵喵(强制)?更新/,
|
||||
rule: /^#喵喵(强制)?更新$/,
|
||||
fn: updateMiaoPlugin,
|
||||
desc: '【#管理】喵喵更新'
|
||||
},
|
||||
@ -30,7 +30,7 @@ app.reg({
|
||||
desc: '【#管理】系统设置'
|
||||
},
|
||||
miaoApiInfo: {
|
||||
rule: /^#喵喵api/,
|
||||
rule: /^#喵喵api$/,
|
||||
fn: miaoApiInfo,
|
||||
desc: '【#管理】喵喵Api'
|
||||
}
|
||||
|
@ -24,7 +24,7 @@ app.reg({
|
||||
desc: '【#统计】 #深渊出场率 #深渊12层出场率'
|
||||
},
|
||||
abyssTeam: {
|
||||
rule: /^#深渊(组队|配队)/,
|
||||
rule: /^#深渊(组队|配队)$/,
|
||||
fn: AbyssTeam,
|
||||
describe: '【#角色】 #深渊组队'
|
||||
},
|
||||
|
@ -28,7 +28,8 @@ export const poolName = {
|
||||
迪希雅: '烈阳烁金',
|
||||
白术: '心珠循琅',
|
||||
林尼: '光与影的戏术',
|
||||
那维莱特: '渊海界令'
|
||||
那维莱特: '渊海界令',
|
||||
莱欧斯利: '劫中泛滥'
|
||||
}
|
||||
|
||||
export const poolDetail = [{
|
||||
@ -517,5 +518,14 @@ export const poolDetail = [{
|
||||
char4: ['菲谢尔', '行秋', '迪奥娜'],
|
||||
weapon5: ['万世流涌大典', '护摩之杖'],
|
||||
weapon4: ['船坞长剑', '便携动力锯', '幽夜华尔兹', '西风长枪', '西风秘典']
|
||||
}, {
|
||||
version: '4.1',
|
||||
half: '下半',
|
||||
from: '2023-10-17 18:00:00',
|
||||
to: '2023-11-07 14:59:59',
|
||||
char5: ['莱欧斯利', '温迪'],
|
||||
char4: ['重云', '托马', '多莉'],
|
||||
weapon5: ['金流监督', '终末嗟叹之诗'],
|
||||
weapon4: ['勘探钻机', '测距规', '西风剑', '雨裁', '昭心']
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user