Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ALTER EGO future物量计算错误的问题 #4

Open
3035936740 opened this issue Sep 2, 2024 · 0 comments
Open

ALTER EGO future物量计算错误的问题 #4

3035936740 opened this issue Sep 2, 2024 · 0 comments

Comments

@3035936740
Copy link

3035936740 commented Sep 2, 2024

具体问题如下

from aff.decoder import parse_aff
from utils import read_file
chart = parse_aff(read_file("alterego_2.aff"))

# 这里hold是179,实际为177
hold = chart.get_combo_of(Hold)

# 这里总数量为1468,实际物量为1466
total_combo = chart.get_total_combo()
@3035936740 3035936740 changed the title alterego future物量计算错误的问题 ALTER EGO future物量计算错误的问题 Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant