mirror of
https://github.com/baiqwerdvd/StarRailUID.git
synced 2025-05-08 04:55:47 +08:00
格式化一下
This commit is contained in:
parent
a2a1f1ee20
commit
cf5901be50
@ -25,7 +25,6 @@ async def cal(char_data: Dict):
|
|||||||
if str(char.char_id) in skill_dict:
|
if str(char.char_id) in skill_dict:
|
||||||
skill_list = skill_dict[str(char.char_id)]['skillList']
|
skill_list = skill_dict[str(char.char_id)]['skillList']
|
||||||
skill_list = skill_list.keys()
|
skill_list = skill_list.keys()
|
||||||
print(skill_list)
|
|
||||||
for skill_type in skill_list:
|
for skill_type in skill_list:
|
||||||
role = RoleInstance(char)
|
role = RoleInstance(char)
|
||||||
im_tmp = await role.cal_damage(skill_type)
|
im_tmp = await role.cal_damage(skill_type)
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user