mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-05-08 04:55:51 +08:00
🍱 为gs完成度
更新宝箱数据, 一些优化
This commit is contained in:
parent
cf1eb2a52d
commit
0166683aeb
@ -14,15 +14,15 @@ yyy_data = {
|
||||
}
|
||||
'''
|
||||
|
||||
# 5.2影月月数据
|
||||
# 5.4影月月数据
|
||||
yyy_data = {
|
||||
'成就': 1270,
|
||||
'华丽的宝箱': 300,
|
||||
'珍贵的宝箱': 790,
|
||||
'精致的宝箱': 2539,
|
||||
'普通的宝箱': 3177,
|
||||
'奇馈宝箱': 281,
|
||||
'解锁传送点': 501,
|
||||
'成就': 1336,
|
||||
'华丽的宝箱': 312,
|
||||
'珍贵的宝箱': 817,
|
||||
'精致的宝箱': 2621,
|
||||
'普通的宝箱': 3342,
|
||||
'奇馈宝箱': 301,
|
||||
'解锁传送点': 540,
|
||||
'解锁秘境': 61,
|
||||
}
|
||||
|
||||
|
@ -104,7 +104,7 @@ async def send_my_role_rank_pic(bot: Bot, ev: Event):
|
||||
await bot.send_option(im, [a, c, b, d])
|
||||
|
||||
|
||||
@sv_akasha.on_command('圣遗物排名')
|
||||
@sv_akasha.on_command(('圣遗物排名', '圣遗物排行榜'))
|
||||
async def send_arti_rank_pic(bot: Bot, ev: Event):
|
||||
# 获取排序名
|
||||
msg = ''.join(re.findall('[\u4e00-\u9fa5 ]', ev.text))
|
||||
|
@ -45,6 +45,7 @@ SUBSTAT_MAP = {
|
||||
'Geo DMG Bonus': '岩元素伤害加成',
|
||||
'Dendro DMG Bonus': '草元素伤害加成',
|
||||
'Healing Bonus': '治疗加成',
|
||||
'Physical DMG Bonus': '物理伤害加成',
|
||||
'Physical Bonus': '物理伤害加成',
|
||||
}
|
||||
|
||||
|
@ -391,9 +391,9 @@
|
||||
"need_admin": false
|
||||
},
|
||||
{
|
||||
"name": "圣遗物排行榜",
|
||||
"name": "圣遗物排名",
|
||||
"desc": "查看圣遗物全球排名",
|
||||
"eg": "圣遗物排行榜暴击伤害",
|
||||
"eg": "圣遗物排名暴击伤害",
|
||||
"need_ck": false,
|
||||
"need_sk": false,
|
||||
"need_admin": false
|
||||
|
Loading…
x
Reference in New Issue
Block a user