Update loot hud/map icon behavior somewhat
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
|
||||
public RandomizableWeights<DungeonItemLocations> Compasses { get; set; } = new();
|
||||
|
||||
public RandomizableWeights<ShowLoot> ShowLoot { get; set; } = new();
|
||||
public RandomizableWeights<ShowLootMap> ShowLootMap { get; set; } = new();
|
||||
|
||||
public RandomizableWeights<ShowLootHud> ShowLootHud { get; set; } = new();
|
||||
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
|
||||
[SettingName("showloot")]
|
||||
[IgnoreSetting(Apr2025)]
|
||||
public ShowLoot ShowLoot { get; set; } = ShowLoot.Never;
|
||||
public ShowLootMap ShowLootMap { get; set; } = ShowLootMap.Never;
|
||||
|
||||
[SettingName("loothud")]
|
||||
[IgnoreSetting(Apr2025, Base)]
|
||||
@@ -219,7 +219,7 @@
|
||||
|
||||
public enum RandomizerInstance {
|
||||
[GeneratorSettings("base", "GK_", "--bps", "--spoiler=json")] Base,
|
||||
[GeneratorSettings("beta", "GK_", "--bps", "--spoiler=json")] Beta,
|
||||
[GeneratorSettings("beta", "GK_", "--bps", "--spoiler=json", "--patches=colordorm")] Beta,
|
||||
[GeneratorSettings("pikit", "GK_", "--bps", "--spoiler=json")] Pikit,
|
||||
[GeneratorSettings("apr2025", "ER_", requireFlips: true, "--json_spoiler")] Apr2025,
|
||||
}
|
||||
@@ -421,7 +421,7 @@
|
||||
Wild,
|
||||
}
|
||||
|
||||
public enum ShowLoot {
|
||||
public enum ShowLootMap {
|
||||
Never,
|
||||
Presence,
|
||||
Compass,
|
||||
@@ -433,6 +433,7 @@
|
||||
Presence,
|
||||
Value,
|
||||
[SettingName("dungeon_value")] DungeonValue,
|
||||
[SettingName("cave_value")] CaveValue,
|
||||
}
|
||||
|
||||
public enum ShowMap {
|
||||
|
||||
Submodule BetaRandomizer updated: 5278f9f2c6...dcc4121c43
Reference in New Issue
Block a user