cteNEV0.2/client/config/equipmentcompare-common.toml

34 lines
1.2 KiB
TOML
Raw Normal View History

2024-09-01 04:51:31 -07:00
#Client Configuration
[client]
[client.visual_options]
# The maximum number of comparison tooltips to show onscreen at once.
#Range: 1 ~ 10
max_comparisons = 3
# If badge_text should override the built-in translatable text.
override_badge_text = false
# The text shown on the badge above equipped tooltips.
badge_text = "Equipped"
# The color of the text shown on the badge above equipped tooltips.
#Range: 0 ~ 4294967295
badge_text_color = 4294967295
# The background color of the "equipped" badge.
#Range: 0 ~ 4294967295
badge_bg = 4027584512
# The start border color of the "equipped" badge.
#Range: 0 ~ 4294967295
badge_border_start = 3500839187
# The end border color of the "equipped" badge.
#Range: 0 ~ 4294967295
badge_border_end = 1623360778
[client.control_options]
# If the comparison tooltip should show by default (pressing bound key hides).
default_on = false
# If tool comparisons should compare only the same types of tools (can't compare a sword to an axe, for example).
strict = false
# Blacklist of items to show comparisons for. Add item IDs to prevent them from being compared when hovered over or equipped.
blacklist = []