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

메인 스탯과 다른 서브 스탯이 "같은 종류 2개 이상" 붙을 경우, 스탯 타입 별 옵션 개수가 잘못 계산됨 #3029

Open
tyrosine1153 opened this issue Nov 21, 2024 · 1 comment

Comments

@tyrosine1153
Copy link
Contributor

planetarium/NineChronicles#6378 이슈에서 파생됨

장비에서 스탯을 저장할 때는 StatMap (Dict<StatType, value>) 로 저장하기 때문에 아래 사진의 별 개수와 같이 스탯 타입 별 옵션 개수(StatOptions)를 구할 때에는 ItemOptionInfo의 생성자에서 따로 계산을 한다.
Image

ItemOptionInfo.StatOptions (List<(StatType type, long value, int **count**)>)
https://github.com/planetarium/lib9c/blob/release/1.19.2/Lib9c/Helper/ItemOptionHelper.cs#L38

이때 메인 스탯과 다른 서브 스탯을 "같은 종류 2개 이상" 붙을 경우 (main stat : ATK, sub stat : ATK, HIT, HIT)
이 경우를 대응하지 않고 서브 타입은 옵션 개수를 1개만 뱉어준다.
예전에 스탯 옵션이 3개 초과로 붙을 경우를 예상하지 않아 발생함.

@ipdae
Copy link
Member

ipdae commented Dec 3, 2024

  • 1주년에선 같은 타입이 2개 안들어가는것으로 해결
  • 클라이언트의 문제인지 데이터에서 구분이 가능한지 조사 필요

@ipdae ipdae removed the status in Nine Chronicles Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants