Skip to content

Commit

Permalink
🍱 为gs完成度更新宝箱数据, 一些优化
Browse files Browse the repository at this point in the history
  • Loading branch information
KimigaiiWuyi committed Dec 8, 2024
1 parent cf1eb2a commit 0166683
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
16 changes: 8 additions & 8 deletions GenshinUID/genshinuid_collection/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
}
'''

# 5.2影月月数据
# 5.4影月月数据
yyy_data = {
'成就': 1270,
'华丽的宝箱': 300,
'珍贵的宝箱': 790,
'精致的宝箱': 2539,
'普通的宝箱': 3177,
'奇馈宝箱': 281,
'解锁传送点': 501,
'成就': 1336,
'华丽的宝箱': 312,
'珍贵的宝箱': 817,
'精致的宝箱': 2621,
'普通的宝箱': 3342,
'奇馈宝箱': 301,
'解锁传送点': 540,
'解锁秘境': 61,
}

Expand Down
2 changes: 1 addition & 1 deletion GenshinUID/genshinuid_enka/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
1 change: 1 addition & 0 deletions GenshinUID/genshinuid_enka/draw_arti_rank.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
'Geo DMG Bonus': '岩元素伤害加成',
'Dendro DMG Bonus': '草元素伤害加成',
'Healing Bonus': '治疗加成',
'Physical DMG Bonus': '物理伤害加成',
'Physical Bonus': '物理伤害加成',
}

Expand Down
4 changes: 2 additions & 2 deletions GenshinUID/genshinuid_help/help.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,9 +391,9 @@
"need_admin": false
},
{
"name": "圣遗物排行榜",
"name": "圣遗物排名",
"desc": "查看圣遗物全球排名",
"eg": "圣遗物排行榜暴击伤害",
"eg": "圣遗物排名暴击伤害",
"need_ck": false,
"need_sk": false,
"need_admin": false
Expand Down

0 comments on commit 0166683

Please sign in to comment.