From fc18f9caf907d178279267ddefb5a1e2555c2b9a Mon Sep 17 00:00:00 2001 From: Doug Hoskisson Date: Sat, 20 Apr 2024 17:43:13 -0700 Subject: [PATCH] Zillion: Docs: add information to skill option documentation (#3118) --- worlds/zillion/options.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/worlds/zillion/options.py b/worlds/zillion/options.py index 97f8b817f77c..0b94e3d63513 100644 --- a/worlds/zillion/options.py +++ b/worlds/zillion/options.py @@ -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