Skip to content

Introduce the recently added character Lohen to the roster#562

Open
gridhead wants to merge 1 commit into
mainfrom
wild
Open

Introduce the recently added character Lohen to the roster#562
gridhead wants to merge 1 commit into
mainfrom
wild

Conversation

@gridhead
Copy link
Copy Markdown
Owner

@gridhead gridhead commented Jun 6, 2026

Introduce the recently added character Lohen to the roster

Fixes #537

@gridhead gridhead added this to the Luna VII milestone Jun 6, 2026
@gridhead gridhead requested a review from sdglitched June 6, 2026 04:49
@gridhead gridhead self-assigned this Jun 6, 2026
@gridhead gridhead added the enhancement New feature or request label Jun 6, 2026
Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry @gridhead, your pull request is larger than the review limit of 150000 diff characters

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds a new character, Lohen, along with their asset definitions, character data, and unit tests. The feedback highlights that the newly added entries for Lohen in the resource files (back.qrc, face.qrc, name.qrc, wish.qrc) and the CharName enum are out of alphabetical order and should be placed after 'lisa' to maintain consistency.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread assets/back.qrc Outdated
<file>imgs/char/back/lauma.webp</file>
<file>imgs/char/back/layla.webp</file>
<file>imgs/char/back/linnea.webp</file>
<file>imgs/char/back/lohen.webp</file>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The entry for lohen.webp is out of alphabetical order. It should be placed after lisa.webp (line 67) to maintain proper alphabetical sorting.

Comment thread assets/face.qrc Outdated
<file>imgs/char/face/lauma.webp</file>
<file>imgs/char/face/layla.webp</file>
<file>imgs/char/face/linnea.webp</file>
<file>imgs/char/face/lohen.webp</file>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The entry for lohen.webp is out of alphabetical order. It should be placed after lisa.webp (line 67) to maintain proper alphabetical sorting.

Comment thread assets/name.qrc Outdated
<file>imgs/char/name/lauma.webp</file>
<file>imgs/char/name/layla.webp</file>
<file>imgs/char/name/linnea.webp</file>
<file>imgs/char/name/lohen.webp</file>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The entry for lohen.webp is out of alphabetical order. It should be placed after lisa.webp (line 67) to maintain proper alphabetical sorting.

Comment thread assets/wish.qrc Outdated
<file>imgs/char/wish/lauma.webp</file>
<file>imgs/char/wish/layla.webp</file>
<file>imgs/char/wish/linnea.webp</file>
<file>imgs/char/wish/lohen.webp</file>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The entry for lohen.webp is out of alphabetical order. It should be placed after lisa.webp (line 67) to maintain proper alphabetical sorting.

Comment thread gi_loadouts/type/char/__init__.py Outdated
lauma = "Lauma"
layla = "Layla"
linnea = "Linnea"
lohen = "Lohen"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The enum member lohen is out of alphabetical order. It should be placed after lisa (line 83) to maintain proper alphabetical sorting.

@gridhead gridhead force-pushed the wild branch 2 times, most recently from 508d964 to bbdb09d Compare June 6, 2026 05:03
Co-authored-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>
Co-authored-by: Claude Code <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add the recently added character Lohen to the GI Loadouts roster

1 participant