Merge beta into main

This commit is contained in:
2026-01-25 16:08:58 -06:00
parent 720cc469d4
commit 101a60415c
3 changed files with 8 additions and 8 deletions

View File

@@ -30,7 +30,7 @@
public EntryRequirement CrystalsGanon { get; set; } = EntryRequirement.Crystals7;
[SettingName("bosses_ganon")]
[IgnoreSetting(Apr2025, Base)]
[IgnoreSetting(Apr2025)]
public BossRequirement BossesGanon { get; set; } = BossRequirement.Bosses8of10;
[NoSettingName]
@@ -92,11 +92,11 @@
public DungeonItemLocations Compasses { get; set; } = DungeonItemLocations.Dungeon;
[SettingName("showloot")]
[IgnoreSetting(Apr2025, Base)]
[IgnoreSetting(Apr2025)]
public ShowLoot ShowLoot { get; set; } = ShowLoot.Never;
[SettingName("showmap")]
[IgnoreSetting(Apr2025, Base)]
[IgnoreSetting(Apr2025)]
public ShowMap ShowMap { get; set; } = ShowMap.Map;
[NoSettingName]
@@ -174,7 +174,7 @@
}
public enum RandomizerInstance {
[GeneratorSettings("base", "OR_", "--bps", "--spoiler=json")] Base,
[GeneratorSettings("base", "GK_", "--bps", "--spoiler=json")] Base,
[GeneratorSettings("beta", "GK_", "--bps", "--spoiler=json")] Beta,
[GeneratorSettings("apr2025", "ER_", requireFlips: true, "--json_spoiler")] Apr2025,
}
@@ -294,7 +294,7 @@
[SettingName("original")] Default,
[SettingName("restricted")] VanillaDrops,
Loose,
[SettingName("follow_linked")] Chaos,
[SettingName("followlinked")] Chaos,
}
public enum LinkedDrops {