Skip to content

Fix roster icon filename casing, drop a non-existent class (#7) - #8

Merged
avandenberghe merged 1 commit into
mainfrom
issue-7-roster-icon-naming
Sep 24, 2026
Merged

avandenberghe merged 1 commit into
mainfrom
issue-7-roster-icon-naming

Conversation

@avandenberghe

Copy link
Copy Markdown
Collaborator

Refs #7 — partial: the naming half. Kept open for the two missing assets.

roster_classes/ mixed capitalised filenames into an otherwise lowercase set, so the roster grid — which builds its path from the installer's imagename value — could not resolve them:

  • eq2_Coercer.png → eq2_coercer.png
  • eq2_Warden_small.png → eq2_warden.png
  • eq2_Captain.png removed — EQ2 has no Captain class and no seeded imagename references it (Captain is a LOTRO class); it was dead weight

Still open on #7

Beastlord and Channeler have no roster artwork. The issue suggested copying from class_images/, but that won't work: roster_classes/ holds large character renders (~80x85 here) while those two class_images/ sources are 18x20 and 17x20 detail icons — upscaling them would look wrong next to the rest of the grid. They need real artwork.

With avathar/bbguild#389 merged, both now fall back to the class_images/ icon rather than rendering broken.

🤖 Generated with Claude Code

roster_classes/ mixed capitalised filenames into an otherwise lowercase
set, so the roster grid — which builds its path from the installer's
imagename value — could not resolve them:

- eq2_Coercer.png -> eq2_coercer.png
- eq2_Warden_small.png -> eq2_warden.png
- eq2_Captain.png removed: EQ2 has no Captain class and no seeded
  imagename references it (Captain is a LOTRO class); it was dead weight

Beastlord and Channeler are still missing their roster artwork, so #7
stays open for those two.

Refs #7

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@avandenberghe
avandenberghe merged commit 7c0a973 into main Sep 24, 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.

1 participant