modpack/config/cobblemonintegrations-common.toml

20 lines
2 KiB
TOML
Raw Permalink Normal View History

2025-06-23 05:08:29 +09:00
#To disable specific modules, use Jade's plugins.json config.
[jade.pokemon]
#This is intended to be used for configuring the shown placeholders, but can include text/formatting. Text changes should be made via lang entries!
#Wrap "{}" around text shown when crouching, and "!{}" for text shown when not crouching.
#Placeholders prefixed by "%" have a lang entry at "cobblemonintegrations.jade.pokemon_entity.<placeholder without %>".
#Placeholders prefixed by "#" MUST be placed on their own line.
#Valid placeholders are: %dex_status, %display_name, %nickname, %species, %gender, #health, %level, %typing, %ev_yield, %nature, %ability, %ivs, %evs, %trainer, %egg_groups, %battle_message
#Any text prefixed with "$" will look for an associated lang entry. Example: "$crouch_message" pulls the lang entry "cobblemonintegrations.jade.pokemon_entity.crouch_message".
#Finally, you can configure conditions using "<placeholder>:<conditions>" where conditions are an & separated list of "<hidden/unknown>_<when/unless>_<condition>".
#Valid conditions are: unknown, encountered, caught, wild, yours, others, nicknamed
pokemonTooltip = "%dex_status %nickname:hidden_unless_nicknamed %species:hidden_when_nicknamed&unknown_when_unknown %gender:hidden_when_unknown %level\r\n#health\r\n$species_label:hidden_unless_nicknamed %species:hidden_unless_nicknamed&unknown_when_unknown\r\n%trainer:hidden_when_wild\r\n%typing:unknown_when_unknown\r\n%ev_yield:unknown_when_unknown\r\n{%nature:hidden_unless_caught\r\n%ability:hidden_unless_caught\r\n%ivs:hidden_unless_caught\r\n%evs:hidden_unless_caught&hidden_when_wild\r\n%battle_message:hidden_unless_wild}!{$crouch_message:hidden_unless_caught\r\n%battle_message:hidden_unless_wild&hidden_when_caught}\r\n"
[waystones]
#Allow Pokemon to be used for Waystone teleportation.
allowWaystoneTeleport = true
#Minimum level to Teleport.
waystonesMinLevel = 0
#Does the Pokemon need to have Teleport accessible? When disabled, any psychic type can teleport.
requireTeleportMove = true