muffin v7.38.7

This commit is contained in:
alydev 2025-11-26 06:52:32 +10:00
parent 317800fb39
commit 5e2d8f648b
7 changed files with 703 additions and 486 deletions

View file

@ -52,6 +52,8 @@ internal sealed class Configuration : IPluginConfiguration
[JsonProperty(ItemConverterType = typeof(ElementIdNConverter))]
public List<ElementId> QuestsToStopAfter { get; set; } = new List<ElementId>();
public Dictionary<string, int?> QuestSequences { get; set; } = new Dictionary<string, int?>();
public bool LevelToStopAfter { get; set; }
public int TargetLevel { get; set; } = 50;