Skip to content

Introduce the recently added character Lohen to the roster#562

Merged
sdglitched merged 1 commit into
mainfrom
wild
Jun 20, 2026
Merged

Introduce the recently added character Lohen to the roster#562
sdglitched merged 1 commit into
mainfrom
wild

Conversation

@gridhead

@gridhead gridhead commented Jun 6, 2026

Copy link
Copy Markdown
Owner

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

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

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

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

Copy link
Copy Markdown

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.

@sdglitched sdglitched left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Please make the changes.

Comment thread gi_loadouts/data/char/lohen.py Outdated
Comment on lines +14 to +15
# TODO: Revise from Genshin Impact wiki page
ascn: BaseStat = BaseStat(attack=110.127410, defense=250.588883, health_points=4110.261000)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
# TODO: Revise from Genshin Impact wiki page
ascn: BaseStat = BaseStat(attack=110.127410, defense=250.588883, health_points=4110.261000)
ascn: BaseStat = BaseStat(attack=110.09981, defense=250.614, health_points=4110.59)

Information is now available in Genshin Wiki

Comment thread test/data/test_char.py Outdated
Comment on lines +949 to +951
5779.197059142858,
154.8139474571429,
352.3375958428572,

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
5779.197059142858,
154.8139474571429,
352.3375958428572,
5779.31,
154.80,
352.35,

Information is now available in Genshin Wiki

Comment thread test/data/test_char.py Outdated
Comment on lines +955 to +957
11953.987296,
320.2325108,
728.7933206,

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
11953.987296,
320.2325108,
728.7933206,
11954.32,
320.20,
728.82,

Information is now available in Genshin Wiki

Comment thread test/data/test_char.py Outdated
Comment on lines +961 to +963
13314.32727,
383.1889652,
811.72847,

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
13314.32727,
383.1889652,
811.72847,
13314.66,
383.16,
811.75,

Information is now available in Genshin Wiki

Comment thread test/data/test_char.py Outdated
Comment on lines +967 to +969
13771.777871999999,
421.93346119999995,
839.6176262,

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
13771.777871999999,
421.93346119999995,
839.6176262,
13772.11,
421.91,
839.64,

Information is now available in Genshin Wiki

Co-authored-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>
Co-authored-by: Claude Code <noreply@anthropic.com>

@sdglitched sdglitched left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM 👍

@sdglitched sdglitched merged commit 1c78ef3 into main Jun 20, 2026
5 checks passed
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

2 participants