1 2 3 4 5 6 7 8 9 10 11 12 13 |
|
from dataclasses import dataclass from Options import PerGameCommonOptions, Toggle class ShuffleDoors(Toggle): """If enabled, most doors will open from receiving an item rather than fulfilling the in-game requirements.""" display_name = "Shuffle Doors" @dataclass class Lingo2Options(PerGameCommonOptions): shuffle_doors: ShuffleDoors urisland.com/lingo2-archipelago' title='lingo2-archipelago Git repository'/>