Files
cobbleverse/config/catchindicator-client.cfg
T
2026-07-11 11:50:31 +02:00

39 lines
1.1 KiB
INI
Executable File

// Catch Indicator client config
// Each setting is a key=value pair.
//
// enabled: true or false
enabled=true
//
// reveal_unknown_names: true or false
// If true, unknown species will show their real name instead of ???
reveal_unknown_names=true
//
// discovery_popups: true or false
// If true, shows a popup when you discover a new species or form
discovery_popups=true
//
// show_shiny_suffix: true or false
// If true, appends a shiny marker before the other suffixes
show_shiny_suffix=true
//
// show_special_suffix: true or false
// If true, appends Alpha/Boss/Special when an aspect matches
show_special_suffix=false
//
// show_size_suffix: true or false
// If true, appends XS/S/L/XL based on scale modifier
show_size_suffix=false
//
// show_gender_suffix: true or false
// If true, appends the Pokemon gender after the displayed name
show_gender_suffix=true
//
// caught_icon_style: choose one of the styles below
// style_1: Classic Pokeball
// style_2: Blue Pokeball
// style_3: Green Pokeball
// style_4: Cherish Ball
// style_5: Luxury Ball
// style_6: Master Ball
caught_icon_style=style_1