31 lines
2.4 KiB
TOML
31 lines
2.4 KiB
TOML
|
|
#Client Configuration
|
|
[client]
|
|
|
|
[client.visual_options]
|
|
# 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 = ["ae2:wireless_terminal", "ae2:wireless_crafting_terminal", "ae2wtlib:wireless_pattern_encoding_terminal", "ae2wtlib:wireless_pattern_access_terminal", "ae2wtlib:wireless_universal_terminal", "artifacts:whoopee_cushion", "botania:cosmetic_black_bowtie", "botania:cosmetic_black_tie", "botania:cosmetic_red_glasses", "botania:cosmetic_puffy_scarf", "botania:cosmetic_engineer_goggles", "botania:cosmetic_eyepatch", "botania:cosmetic_wicked_eyepatch", "botania:cosmetic_red_ribbons", "botania:cosmetic_pink_flower_bud", "botania:cosmetic_polka_dotted_bows", "botania:cosmetic_blue_butterfly", "botania:cosmetic_cat_ears", "botania:cosmetic_witch_pin", "botania:cosmetic_devil_tail", "botania:cosmetic_kamui_eye", "botania:cosmetic_googly_eyes", "botania:cosmetic_four_leaf_clover", "botania:cosmetic_clock_eye", "botania:cosmetic_unicorn_horn", "botania:cosmetic_devil_horns", "botania:cosmetic_hyper_plus", "botania:cosmetic_botanist_emblem", "botania:cosmetic_ancient_mask", "botania:cosmetic_eerie_mask", "botania:cosmetic_alien_antenna", "botania:cosmetic_anaglyph_glasses", "botania:cosmetic_orange_shades", "botania:cosmetic_groucho_glasses", "botania:cosmetic_thick_eyebrows", "botania:cosmetic_lusitanic_shield", "botania:cosmetic_tiny_potato_mask", "botania:cosmetic_questgiver_mark", "botania:cosmetic_thinking_hand"]
|
|
|