Add documentation to LogicTricks option
This commit is contained in:
		| @@ -765,6 +765,13 @@ sfx_options: typing.Dict[str, type(Option)] = { | ||||
| } | ||||
|  | ||||
|  | ||||
| class LogicTricks(OptionList): | ||||
|     """Set various tricks for logic in Ocarina of Time.  | ||||
| Format as a comma-separated list of "nice" names: ["Fewer Tunic Requirements", "Hidden Grottos without Stone of Agony"]. | ||||
| A full list of supported tricks can be found at https://github.com/ArchipelagoMW/Archipelago/blob/main/worlds/oot/LogicTricks.py""" | ||||
|     displayname = "Logic Tricks" | ||||
|  | ||||
|  | ||||
| # All options assembled into a single dict | ||||
| oot_options: typing.Dict[str, type(Option)] = { | ||||
|     "logic_rules": Logic,  | ||||
| @@ -780,5 +787,5 @@ oot_options: typing.Dict[str, type(Option)] = { | ||||
|     **itempool_options, | ||||
|     **cosmetic_options, | ||||
|     **sfx_options, | ||||
|     "logic_tricks": OptionList, | ||||
|     "logic_tricks": LogicTricks, | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 espeon65536
					espeon65536