Skip to content

[lua, sql] Fix item names and sortnames to match retail data#9748

Merged
Xaver-DaRed merged 1 commit intoLandSandBoat:basefrom
sruon:item_rename
Apr 10, 2026
Merged

[lua, sql] Fix item names and sortnames to match retail data#9748
Xaver-DaRed merged 1 commit intoLandSandBoat:basefrom
sruon:item_rename

Conversation

@sruon
Copy link
Copy Markdown
Contributor

@sruon sruon commented Apr 10, 2026

I affirm:

  • I understand that if I do not agree to the following points by completing the checkboxes my PR will be ignored.
  • I understand I should leave resolving conversations to the LandSandBoat team so that reviewers won't miss what was said.
  • I have read and understood the Contributing Guide and the Code of Conduct.
  • I have tested my code and the things my code has changed since the last commit in the PR and will test after any later commits.

What does this pull request do?

Aligns item names:

  • Corrects various typos
  • Corrects bad casing
  • Corrects misaligned item names that did not adhere to the most common rules being applied for either column.
    • return name.lower().replace(" ", "_").replace("\u2019", "").replace("'", "").replace(":", "").replace('"', "") - parenthesis as well for name.
  • Updates enums here and there.

Apathy and arrogance items were swapped for some reason

YAML dumped from the dats.

Steps to test these changes

@Xaver-DaRed Xaver-DaRed merged commit efceebc into LandSandBoat:base Apr 10, 2026
11 checks passed
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

Successfully merging this pull request may close these issues.

3 participants