mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Zillion: Docs: add information to skill option documentation (#3118)
This commit is contained in:
@@ -222,7 +222,14 @@ class ZillionEarlyScope(Toggle):
|
|||||||
|
|
||||||
|
|
||||||
class ZillionSkill(Range):
|
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_start = 0
|
||||||
range_end = 5
|
range_end = 5
|
||||||
default = 2
|
default = 2
|
||||||
|
Reference in New Issue
Block a user