Update randos and merge beta into main
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
public ShowLootMap ShowLootMap { get; set; } = ShowLootMap.Never;
|
||||
|
||||
[SettingName("loothud")]
|
||||
[IgnoreSetting(Apr2025, Base)]
|
||||
[IgnoreSetting(Apr2025)]
|
||||
public ShowLootHud ShowLootHud { get; set; } = ShowLootHud.Never;
|
||||
|
||||
[SettingName("showmap")]
|
||||
@@ -168,7 +168,7 @@
|
||||
public TrapDoorMode TrapDoorMode { get; set; } = TrapDoorMode.Some;
|
||||
|
||||
[SettingName("extra_keys")]
|
||||
[IgnoreSetting(Apr2025, Base)]
|
||||
[IgnoreSetting(Apr2025)]
|
||||
public ExtraKeysMode ExtraKeys { get; set; } = ExtraKeysMode.None;
|
||||
|
||||
[NoSettingName]
|
||||
@@ -218,9 +218,9 @@
|
||||
}
|
||||
|
||||
public enum RandomizerInstance {
|
||||
[GeneratorSettings("base", "GK_", "--bps", "--spoiler=json")] Base,
|
||||
[GeneratorSettings("base", "GK_", "--bps", "--spoiler=json", "--patches=colordorm")] Base,
|
||||
[GeneratorSettings("beta", "GK_", "--bps", "--spoiler=json", "--patches=colordorm")] Beta,
|
||||
[GeneratorSettings("pikit", "GK_", "--bps", "--spoiler=json")] Pikit,
|
||||
[GeneratorSettings("pikit", "GK_", "--bps", "--spoiler=json", "--patches=colordorm")] Pikit,
|
||||
[GeneratorSettings("apr2025", "ER_", requireFlips: true, "--json_spoiler")] Apr2025,
|
||||
}
|
||||
|
||||
|
||||
Submodule BaseRandomizer updated: 7bab5b0434...36e57bcdf4
Submodule BetaRandomizer updated: dcc4121c43...b72a04511b
Submodule PikitRandomizer updated: be35ed4451...1e10673e31
Reference in New Issue
Block a user