Zillion: Docs: add information to skill option documentation (#3118)

This commit is contained in:
Doug Hoskisson 2024-04-20 17:43:13 -07:00 committed by GitHub
parent a50e68acd1
commit fc18f9caf9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 1 deletions

View File

@ -222,7 +222,14 @@ class ZillionEarlyScope(Toggle):
class ZillionSkill(Range):
""" the difficulty level of the game """
"""
the difficulty level of the game
higher skill:
- can require more precise platforming movement
- lowers your defense
- gives you less time to escape at the end
"""
range_start = 0
range_end = 5
default = 2