Noita: Add clarification to check option descriptions ()

This commit is contained in:
Scipio Wright 2025-01-27 10:27:43 -05:00 committed by GitHub
parent b570aa2ec6
commit 43874b1d28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions
worlds/noita

View File

@ -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