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

desynthesis level in Tooltip in FR language #906

Open
creps031 opened this issue Dec 29, 2024 · 0 comments
Open

desynthesis level in Tooltip in FR language #906

creps031 opened this issue Dec 29, 2024 · 0 comments

Comments

@creps031
Copy link

Hello,

Current desynthesis score don't show in FR language tooltip
maybe because the item score is between [ ] and not { } as EN
if i switch my game to EN , score appears in the tooltip of item ( my current score and the item lvl )

i supposed i can correct it in DesynthesisSkill.cs
80 : var textPayload = seStr.Payloads.OfType().Where(p => p.Text != null).LastOrDefault(p => p.Text.Contains($": {item.LevelItem.RowId},00") || p.Text.Contains($": {item.LevelItem.RowId}.00") || p.Text.Contains($":{item.LevelItem.RowId}.00"));

but i humbly admit i'm not pretty sure, can you help me ? ;p

Thx

Regards

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