mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Moverando item renames pt 2
This commit is contained in:
@@ -50,9 +50,9 @@ PVT: str = "Progressive Vacuum Tube"
|
|||||||
PC: str = "Pancake"
|
PC: str = "Pancake"
|
||||||
SR: str = "Sleigh Room Key"
|
SR: str = "Sleigh Room Key"
|
||||||
BB: str = "Bad Breath"
|
BB: str = "Bad Breath"
|
||||||
SO: str = "Seize Objects"
|
Se: str = "Seize"
|
||||||
M: str = "Max"
|
M: str = "Max"
|
||||||
TT: str = "Sneak"
|
Sn: str = "Sneak"
|
||||||
|
|
||||||
#Gadgets
|
#Gadgets
|
||||||
#All gadgets require at least 4 different blueprints to be unlocked in the computer in Mount Crumpit.
|
#All gadgets require at least 4 different blueprints to be unlocked in the computer in Mount Crumpit.
|
||||||
|
@@ -88,10 +88,10 @@ class GadgetRando(OptionSet):
|
|||||||
class Moverando(OptionSet):
|
class Moverando(OptionSet):
|
||||||
"""Randomizes Grinch's moveset along with randomizing max into the pool. [NOT IMPLEMENTED]
|
"""Randomizes Grinch's moveset along with randomizing max into the pool. [NOT IMPLEMENTED]
|
||||||
|
|
||||||
Valid keys: "Pancake", "Seize Objects", "Max", "Bad Breath", "Sneak"
|
Valid keys: "Pancake", "Seize", "Max", "Bad Breath", "Sneak"
|
||||||
"""
|
"""
|
||||||
display_name = "Moves Randomized"
|
display_name = "Moves Randomized"
|
||||||
valid_keys = {"Pancake", "Seize Objects", "Max", "Bad Breath", "Sneak"}
|
valid_keys = {"Pancake", "Seize", "Max", "Bad Breath", "Sneak"}
|
||||||
|
|
||||||
class UnlimitedEggs(Toggle):
|
class UnlimitedEggs(Toggle):
|
||||||
"""Determine whether or not you run out of rotten eggs when you utilize your gadgets."""
|
"""Determine whether or not you run out of rotten eggs when you utilize your gadgets."""
|
||||||
|
Reference in New Issue
Block a user