mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-05-11 22:45:51 +08:00
🎨 向下兼容
This commit is contained in:
parent
22f63f9fdd
commit
77bdbc9d94
@ -327,7 +327,7 @@ async def enka_to_dict(
|
|||||||
and effect_raw is not None
|
and effect_raw is not None
|
||||||
and int(effect_raw['rarity']) > 2
|
and int(effect_raw['rarity']) > 2
|
||||||
):
|
):
|
||||||
effect = effect_raw[f'r{weapon_info['weaponAffix']}'][
|
effect = effect_raw[f'r{weapon_info["weaponAffix"]}'][
|
||||||
'description'
|
'description'
|
||||||
]
|
]
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user