ihhub/fheroes2

Hero screen, primary skill info windows, text layout and concordance text

开放

#1,431 创建于 2020年8月29日

 (4 条评论) (0 个反应) (0 位负责人)C++ (469 个派生)auto 404
help wantedimprovementui

仓库指标

星标
 (3,415 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

In fheroes2, the information window indicates the "Current Modifiers" for the primary skills. I really like this improvement over the original game. :) However, there are some things that can be improved.

The two-line display of the artifact name and the artifact bonus is not always ideal. For example, for the text "Defender Helm of Protection +1" the text "+1" is written alone on the second line. It's not very pretty. When this happens, the written text should be adapted to avoid this. For example, for the text "Armored Gauntlets of Protection +1", the text "Protection +1" is on the second line, which is already much nicer.

There is also a mismatch between the text displayed for the artifact bonus and the number of similar artifacts. In the example, the hero has several artifacts in duplicate, but the bonus is only indicated once. This is confusing, and it would be nice to match the written text with the number of artifacts when there are multiple copies of the same artifact. For example, for the text "Defender Helm of Protection +1", the written text should be "Defender Helms of Protection +2" or possibly "Defender Helms of Protection +2 (2)", the "(2)" specifying the number of copies of the same artifact owned.

In fheroes2:

Primary skill info window 01

Primary skill info window 02

贡献者指南