More settings!
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
public RaceMode Race { get; set; } = RaceMode.Normal;
|
||||
|
||||
[ForbiddenSetting([Apr2025], Mode.Inverted)]
|
||||
[RequiredSetting([Pikit], Mode.Open)]
|
||||
public Mode Mode { get; set; } = Mode.Open;
|
||||
|
||||
[SettingName("swords")]
|
||||
@@ -72,6 +73,7 @@
|
||||
|
||||
[SettingName("shuffleenemies")]
|
||||
[IgnoreSetting(Apr2025)]
|
||||
[RequiredSetting([Pikit], EnemyShuffle.Vanilla)]
|
||||
public EnemyShuffle EnemyShuffle { get; set; } = EnemyShuffle.Vanilla;
|
||||
|
||||
[SettingName("shuffle_damage_table")]
|
||||
@@ -115,6 +117,7 @@
|
||||
public PotShuffle PotShuffle { get; set; } = PotShuffle.Vanilla;
|
||||
|
||||
[IgnoreSetting(Apr2025)]
|
||||
[RequiredSetting([Pikit], PrizeShuffle.Vanilla)]
|
||||
public PrizeShuffle PrizeShuffle { get; set; } = PrizeShuffle.Vanilla;
|
||||
|
||||
[NoSettingName]
|
||||
@@ -186,7 +189,7 @@
|
||||
public OverworldMapFog OverworldMapFog { get; set; } = OverworldMapFog.Fog;
|
||||
|
||||
[NoSettingName]
|
||||
[IgnoreSetting(Apr2025)]
|
||||
[IgnoreSetting(Apr2025, Pikit)]
|
||||
public TileSwap TileSwap { get; set; } = TileSwap.Vanilla;
|
||||
|
||||
[SettingName("damage_challenge")]
|
||||
@@ -200,6 +203,7 @@
|
||||
public enum RandomizerInstance {
|
||||
[GeneratorSettings("base", "GK_", "--bps", "--spoiler=json")] Base,
|
||||
[GeneratorSettings("beta", "GK_", "--bps", "--spoiler=json")] Beta,
|
||||
[GeneratorSettings("pikit", "GK_", "--bps", "--spoiler=json")] Pikit,
|
||||
[GeneratorSettings("apr2025", "ER_", requireFlips: true, "--json_spoiler")] Apr2025,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user