格式化一下

This commit is contained in:
qwerdvd 2023-10-02 13:10:18 +08:00
parent a2a1f1ee20
commit cf5901be50
3 changed files with 1160 additions and 1379 deletions

View File

@ -25,7 +25,6 @@ async def cal(char_data: Dict):
if str(char.char_id) in skill_dict:
skill_list = skill_dict[str(char.char_id)]['skillList']
skill_list = skill_list.keys()
print(skill_list)
for skill_type in skill_list:
role = RoleInstance(char)
im_tmp = await role.cal_damage(skill_type)

File diff suppressed because it is too large Load Diff