2025-02-05 00:44:34 -08:00
|
|
|
#Max search depth for EvolutionStageCondition finding Pre-Evolutions of species.
|
|
|
|
#Prevents crashes from recursive Pre-Evolutions.
|
2025-02-24 13:16:47 -08:00
|
|
|
#Why? why anyone would do that is beyond me, but it exists somewhere.
|
2025-02-05 00:44:34 -08:00
|
|
|
#If this activates, the Species will be considered Unevolving
|
|
|
|
# Default: 10
|
|
|
|
# Range: > 0
|
|
|
|
maxPreEvoSearchDepth = 10
|
|
|
|
#Max search depth for EvolutionStageCondition finding Evolutions of species.
|
|
|
|
#Prevents crashes from recursive Evolutions.
|
|
|
|
#Why? Some addons implement Form Changes for species such as Deoxys, as Evolutions into an alternate Form.
|
|
|
|
#If this activates, the Species will be considered Unevolving
|
|
|
|
# Default: 10
|
|
|
|
# Range: > 0
|
|
|
|
maxEvoSearchDepth = 10
|