Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak equippable comparison display #375

Merged
merged 1 commit into from
May 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions lib/gamedata/ui_entry.txt
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ priority:-12
name:bless_ui_compact_0
template:good_flag_ui_compact_0
label:Bless
label2:Bs
priority:-13

# The following use other_flag_ui_compact_0 from ui_entry_base.txt.
Expand Down Expand Up @@ -318,7 +319,7 @@ label:Fragile
label5:Fragl
priority:-7

# The following use numeric_as_sign_ui_0 from ui_entry_base.txt.
# The following use numeric_modifier_ui_0 from ui_entry_base.txt.

name:stealth_ui_compact_0
template:numeric_modifier_ui_0
Expand Down Expand Up @@ -391,4 +392,4 @@ template:numeric_modifier_ui_0
label:Magic Mastery
label5:MMast
label2:MM
priority:-10
priority:-11
1 change: 1 addition & 0 deletions lib/gamedata/ui_entry_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ name:numeric_modifier_ui_0
renderer:char_screen1_numeric_renderer
combine:ADD
category:CHAR_SCREEN1
category:EQUIPCMP_SCREEN
category:modifiers
flags:TIMED_AS_AUX
desc:Template for one of the modifiers shown on the second character screen.
Expand Down