Skip to content

Commit

Permalink
Zillion: Docs: add information to skill option documentation (#3118)
Browse files Browse the repository at this point in the history
  • Loading branch information
beauxq authored Apr 21, 2024
1 parent a50e68a commit fc18f9c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion worlds/zillion/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc18f9c

Please sign in to comment.