Noita: Add clarification to check option descriptions (#4553)

This commit is contained in:
Scipio Wright
2025-01-27 10:27:43 -05:00
committed by GitHub
parent b570aa2ec6
commit 43874b1d28

View File

@@ -20,6 +20,8 @@ class PathOption(Choice):
class HiddenChests(Range): class HiddenChests(Range):
""" """
Number of hidden chest checks added to the applicable biomes. Number of hidden chest checks added to the applicable biomes.
Note: The number of hidden chests that spawn per run in each biome varies.
You are expected do multiple runs to get all of your checks.
""" """
display_name = "Hidden Chests per Biome" display_name = "Hidden Chests per Biome"
range_start = 0 range_start = 0
@@ -30,6 +32,8 @@ class HiddenChests(Range):
class PedestalChecks(Range): class PedestalChecks(Range):
""" """
Number of checks that will spawn on pedestals in the applicable biomes. Number of checks that will spawn on pedestals in the applicable biomes.
Note: The number of pedestals that spawn per run in each biome varies.
You are expected do multiple runs to get all of your checks.
""" """
display_name = "Pedestal Checks per Biome" display_name = "Pedestal Checks per Biome"
range_start = 0 range_start = 0