Noita: Add clarification to check option descriptions (#4553)
This commit is contained in:
parent
b570aa2ec6
commit
43874b1d28
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue