Skip to content

Conversation

@haato3o
Copy link
Member

@haato3o haato3o commented Jan 5, 2026

No description provided.

Copilot AI review requested due to automatic review settings January 5, 2026 03:24
@haato3o haato3o merged commit d4396c6 into main Jan 5, 2026
5 checks passed
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds English localization strings for new player gear status display settings in the damage meter feature, addressing issue #750. The changes introduce configuration options to toggle the display of various player gear statistics including status, affinity, raw damage, and elemental damage.

  • Adds 5 new damage meter settings for displaying player gear statistics (status, affinity, raw damage, elemental damage)
  • Introduces a new "GEAR STATUS" configuration group

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +4394 to +4403
String="Show player status"
Description="If enabled, HunterPie will display each player's status." />
<Setting Id="DAMAGE_METER_SHOULD_SHOW_AFFINITY"
String="Show player affinity"
Description="If enabled, HunterPie will display each player's current affinity." />
<Setting Id="DAMAGE_METER_SHOULD_SHOW_RAW_DAMAGE"
String="Show player true raw damage"
Description="If enabled, HunterPie will display each player's current true raw damage." />
<Setting Id="DAMAGE_METER_SHOULD_SHOW_ELEMENTAL_DAMAGE"
String="Show player elemental damage"
Copy link

Copilot AI Jan 5, 2026

Choose a reason for hiding this comment

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

The String attributes for these new settings include "player" in the text (e.g., "Show player status", "Show player affinity"), which is inconsistent with the existing similar settings in this section. For example, line 4388 uses "Show DPS" and line 4391 uses "Show total damage" without the word "player". Consider removing "player" from these String values to maintain consistency: "Show status", "Show affinity", "Show true raw damage", and "Show elemental damage".

Suggested change
String="Show player status"
Description="If enabled, HunterPie will display each player's status." />
<Setting Id="DAMAGE_METER_SHOULD_SHOW_AFFINITY"
String="Show player affinity"
Description="If enabled, HunterPie will display each player's current affinity." />
<Setting Id="DAMAGE_METER_SHOULD_SHOW_RAW_DAMAGE"
String="Show player true raw damage"
Description="If enabled, HunterPie will display each player's current true raw damage." />
<Setting Id="DAMAGE_METER_SHOULD_SHOW_ELEMENTAL_DAMAGE"
String="Show player elemental damage"
String="Show status"
Description="If enabled, HunterPie will display each player's status." />
<Setting Id="DAMAGE_METER_SHOULD_SHOW_AFFINITY"
String="Show affinity"
Description="If enabled, HunterPie will display each player's current affinity." />
<Setting Id="DAMAGE_METER_SHOULD_SHOW_RAW_DAMAGE"
String="Show true raw damage"
Description="If enabled, HunterPie will display each player's current true raw damage." />
<Setting Id="DAMAGE_METER_SHOULD_SHOW_ELEMENTAL_DAMAGE"
String="Show elemental damage"

Copilot uses AI. Check for mistakes.
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.

2 participants