mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Noita: Add clarification to check option descriptions (#4553)
This commit is contained in:
@@ -20,6 +20,8 @@ class PathOption(Choice):
|
||||
class HiddenChests(Range):
|
||||
"""
|
||||
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"
|
||||
range_start = 0
|
||||
@@ -30,6 +32,8 @@ class HiddenChests(Range):
|
||||
class PedestalChecks(Range):
|
||||
"""
|
||||
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"
|
||||
range_start = 0
|
||||
|
Reference in New Issue
Block a user