mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Removed gadget_rando for now
This commit is contained in:
@@ -76,34 +76,10 @@ class Gifts(Range):
|
|||||||
range_end = 300
|
range_end = 300
|
||||||
default = 0
|
default = 0
|
||||||
|
|
||||||
class GadgetRando(OptionSet):
|
class Moverando(Toggle):
|
||||||
"""
|
|
||||||
Randomizes Grinch's gadgets along with randomizing Binoculars into the pool. [NOT IMPLEMENTED]
|
|
||||||
"""
|
|
||||||
display_name = "Gadgets Randomized"
|
|
||||||
default = [
|
|
||||||
"Binoculars",
|
|
||||||
"Rotten Egg Launcher",
|
|
||||||
"Rocket Spring",
|
|
||||||
"Slime Shooter",
|
|
||||||
"Octopus Climbing Device",
|
|
||||||
"Marine Mobile",
|
|
||||||
"Grinch Copter"
|
|
||||||
]
|
|
||||||
|
|
||||||
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", "Max", "Bad Breath", "Sneak"
|
|
||||||
"""
|
"""
|
||||||
display_name = "Moves Randomized"
|
display_name = "Moves Randomized"
|
||||||
default = [
|
|
||||||
"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."""
|
||||||
@@ -126,7 +102,6 @@ class GrinchOptions(PerGameCommonOptions):#DeathLinkMixin
|
|||||||
progressive_gadget: ProgressiveGadget
|
progressive_gadget: ProgressiveGadget
|
||||||
supadow_minigames: Supadow
|
supadow_minigames: Supadow
|
||||||
giftsanity: Gifts
|
giftsanity: Gifts
|
||||||
gadget_rando: GadgetRando
|
|
||||||
move_rando: Moverando
|
move_rando: Moverando
|
||||||
unlimited_eggs: UnlimitedEggs
|
unlimited_eggs: UnlimitedEggs
|
||||||
ring_link: RingLinkOption
|
ring_link: RingLinkOption
|
||||||
|
Reference in New Issue
Block a user