Closed KitRifty closed 2 years ago
Some profiles are configured to prevent spawning in certain difficulties in a hacky manner, like so:
"teleport_time_min" "9999.0" "teleport_time_min_hard" "6.0" "teleport_time_min_insane" "5.0" ... "teleport_range_min" "9999.9" "teleport_range_min_hard" "600.0" "teleport_range_max" "9999.9" "teleport_range_max_hard" "1500.0"
This PR introduces a cleaner implementation of the approach via the teleport_allowed keyvalue, which disables boss teleporting on certain difficulties. The default value of teleport_allowed is 1, and supports difficulty suffixes.
teleport_allowed
Some profiles are configured to prevent spawning in certain difficulties in a hacky manner, like so:
This PR introduces a cleaner implementation of the approach via the
teleport_allowed
keyvalue, which disables boss teleporting on certain difficulties. The default value ofteleport_allowed
is 1, and supports difficulty suffixes.