This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ID | Class | Skill1 | Skill2 | |
---|---|---|---|---|
9172d000 | 3 | 体力 | 随机 | |
867effed | 3 | 攻击力 | 随机 | |
4971e8fb | 5 | 刀上舞 | 攻击力 | |
02ba37a3 | 5 | 穷寇心 | 攻击力 | |
0bb4ccda | 5 | 先发制人 | 攻击力 | |
31afd43a | 3 | 先发制人 | 攻击力 | |
f8cf8814 | 5 | 身无长技 | 攻击力 | |
1cd1d367 | 5 | 追击 | 攻击力 | |
f3220fd0 | 5 | 躲避距离 | 体力 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# pyright: disableBytesTypePromotions=true | |
import dataclasses | |
import enum | |
import functools | |
import io | |
import json | |
import logging | |
import struct | |
import typing |