diff --git a/hoshino/modules/Genshin_Paimon/player_card/get_img.py b/hoshino/modules/Genshin_Paimon/player_card/get_img.py index 357740f..5e1de91 100644 --- a/hoshino/modules/Genshin_Paimon/player_card/get_img.py +++ b/hoshino/modules/Genshin_Paimon/player_card/get_img.py @@ -138,7 +138,7 @@ async def draw_player_card(data, chara_data, uid, nickname="旅行者"): bg_draw = ImageDraw.Draw(bg_img) # 头部名片 name_id = random.choice(data['avatars'][0:8])['id'] - name_card = Image.open(os.path.join(res_path, 'name_card', f'{name_id}.png')).resize((846, 322)) + name_card = Image.open(os.path.join(res_path, 'name_card', f'{name_id}.png')).crop((0, 40, 840, 360)).resize((846, 322)) avatar = Image.open(os.path.join(res_path, 'role_profile', f'{name_id}.png')).resize((240, 240)) bg_img.alpha_composite(name_card, (57, 27)) bg_img.alpha_composite(avatar, (360, 25)) @@ -335,7 +335,7 @@ async def draw_chara_card(data, skill_data, chara_name, uid): if not f: return f'{chara_name[1][0]}不在你公开的8个角色中或你没有这个角色哦' # 立绘 - bg_img = Image.open(os.path.join(res_path, 'name_card_full', f'{character["id"]}.png')) + bg_img = Image.open(os.path.join(res_path, 'name_card', f'{character["id"]}.png')) bg_draw = ImageDraw.Draw(bg_img) if character['id'] == 10000007: chara_img = Image.open(os.path.join(res_path, 'role_splash', '荧.png')).convert('RGBA') diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000002.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000002.png index 5e792d5..0a3a239 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000002.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000002.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000003.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000003.png index b2951fd..664b967 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000003.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000003.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000005.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000005.png index 5047e7b..d45f8a5 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000005.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000005.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000006.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000006.png index 2bad738..5dbc417 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000006.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000006.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000007.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000007.png index b0f25e8..2958548 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000007.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000007.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000014.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000014.png index 38fd98c..22792cb 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000014.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000014.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000015.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000015.png index 32474cc..cadc6f9 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000015.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000015.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000016.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000016.png index 97085cb..cfb9ac2 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000016.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000016.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000020.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000020.png index 51054a4..a38f558 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000020.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000020.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000021.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000021.png index 7c4c523..cce087d 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000021.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000021.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000022.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000022.png index f9a48c5..2a359a7 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000022.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000022.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000023.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000023.png index a6dd1ee..9bf8399 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000023.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000023.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000024.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000024.png index c46d88f..337f741 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000024.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000024.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000025.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000025.png index 7f7c114..1eb868f 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000025.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000025.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000026.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000026.png index cdcc5b3..2dd2da8 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000026.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000026.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000027.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000027.png index d2701dd..6f10dba 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000027.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000027.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000029.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000029.png index f8f053e..561ab36 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000029.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000029.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000030.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000030.png index 725af9e..89642cc 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000030.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000030.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000031.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000031.png index f9e2525..be97512 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000031.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000031.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000032.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000032.png index de24799..01e95a2 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000032.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000032.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000033.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000033.png index 08086e7..18ff176 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000033.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000033.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000034.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000034.png index 400fa2d..a2c1e3e 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000034.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000034.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000035.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000035.png index cc1ab5e..0d595c6 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000035.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000035.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000036.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000036.png index 7da88d5..54c2613 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000036.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000036.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000037.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000037.png index 18ef58b..cbd9c07 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000037.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000037.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000038.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000038.png index dea7734..40d2be1 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000038.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000038.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000039.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000039.png index 229d7f3..0c6a5f3 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000039.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000039.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000041.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000041.png index 24ce870..ae65637 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000041.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000041.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000042.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000042.png index 8adf73b..9ed08dd 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000042.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000042.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000043.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000043.png index f4afcb5..7267c7d 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000043.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000043.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000044.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000044.png index d1df50f..ca4c6d3 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000044.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000044.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000045.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000045.png index cee4287..7f46a66 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000045.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000045.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000046.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000046.png index a828486..aa009c5 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000046.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000046.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000047.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000047.png index a9fe9ac..8f1260e 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000047.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000047.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000048.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000048.png deleted file mode 100644 index 3fda1d0..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000048.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000049.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000049.png index 012e5bb..d78963b 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000049.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000049.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000050.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000050.png index a41bb46..0b28f0d 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000050.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000050.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000051.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000051.png index 19cf3f3..6b20baa 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000051.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000051.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000052.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000052.png index 9b3f6de..2becaa3 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000052.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000052.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000053.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000053.png index 9d9245d..dae8d90 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000053.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000053.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000054.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000054.png index 8e3a34d..742700c 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000054.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000054.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000055.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000055.png index 0f2f464..18d4c95 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000055.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000055.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000056.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000056.png index 968bf41..a4f292d 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000056.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000056.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000057.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000057.png index 3c1a8d5..b964f72 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000057.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000057.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000058.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000058.png index bf3a6ae..58321be 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000058.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000058.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000062.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000062.png index 0aa7012..62a9a24 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000062.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000062.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000063.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000063.png index 2d05261..05de6c8 100644 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card/10000063.png and b/hoshino/modules/Genshin_Paimon/res/name_card/10000063.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000002.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000002.png deleted file mode 100644 index 0a3a239..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000002.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000003.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000003.png deleted file mode 100644 index 664b967..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000003.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000005.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000005.png deleted file mode 100644 index d45f8a5..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000005.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000006.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000006.png deleted file mode 100644 index 5dbc417..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000006.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000007.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000007.png deleted file mode 100644 index 2958548..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000007.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000014.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000014.png deleted file mode 100644 index 22792cb..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000014.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000015.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000015.png deleted file mode 100644 index cadc6f9..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000015.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000016.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000016.png deleted file mode 100644 index cfb9ac2..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000016.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000020.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000020.png deleted file mode 100644 index a38f558..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000020.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000021.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000021.png deleted file mode 100644 index cce087d..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000021.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000022.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000022.png deleted file mode 100644 index 2a359a7..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000022.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000023.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000023.png deleted file mode 100644 index 9bf8399..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000023.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000024.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000024.png deleted file mode 100644 index 337f741..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000024.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000025.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000025.png deleted file mode 100644 index 1eb868f..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000025.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000026.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000026.png deleted file mode 100644 index 2dd2da8..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000026.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000027.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000027.png deleted file mode 100644 index 6f10dba..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000027.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000029.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000029.png deleted file mode 100644 index 561ab36..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000029.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000030.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000030.png deleted file mode 100644 index 89642cc..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000030.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000031.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000031.png deleted file mode 100644 index be97512..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000031.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000032.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000032.png deleted file mode 100644 index 01e95a2..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000032.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000033.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000033.png deleted file mode 100644 index 18ff176..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000033.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000034.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000034.png deleted file mode 100644 index a2c1e3e..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000034.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000035.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000035.png deleted file mode 100644 index 0d595c6..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000035.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000036.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000036.png deleted file mode 100644 index 54c2613..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000036.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000037.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000037.png deleted file mode 100644 index cbd9c07..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000037.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000038.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000038.png deleted file mode 100644 index 40d2be1..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000038.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000039.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000039.png deleted file mode 100644 index 0c6a5f3..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000039.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000041.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000041.png deleted file mode 100644 index ae65637..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000041.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000042.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000042.png deleted file mode 100644 index 9ed08dd..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000042.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000043.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000043.png deleted file mode 100644 index 7267c7d..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000043.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000044.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000044.png deleted file mode 100644 index ca4c6d3..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000044.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000045.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000045.png deleted file mode 100644 index 7f46a66..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000045.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000046.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000046.png deleted file mode 100644 index aa009c5..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000046.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000047.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000047.png deleted file mode 100644 index 8f1260e..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000047.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000049.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000049.png deleted file mode 100644 index d78963b..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000049.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000050.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000050.png deleted file mode 100644 index 0b28f0d..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000050.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000051.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000051.png deleted file mode 100644 index 6b20baa..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000051.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000052.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000052.png deleted file mode 100644 index 2becaa3..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000052.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000053.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000053.png deleted file mode 100644 index dae8d90..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000053.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000054.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000054.png deleted file mode 100644 index 742700c..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000054.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000055.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000055.png deleted file mode 100644 index 18d4c95..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000055.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000056.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000056.png deleted file mode 100644 index a4f292d..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000056.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000057.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000057.png deleted file mode 100644 index b964f72..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000057.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000058.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000058.png deleted file mode 100644 index 58321be..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000058.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000062.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000062.png deleted file mode 100644 index 62a9a24..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000062.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000063.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000063.png deleted file mode 100644 index 05de6c8..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000063.png and /dev/null differ diff --git a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000064.png b/hoshino/modules/Genshin_Paimon/res/name_card_full/10000064.png deleted file mode 100644 index 69bccf8..0000000 Binary files a/hoshino/modules/Genshin_Paimon/res/name_card_full/10000064.png and /dev/null differ