muffin v7.38.7
This commit is contained in:
parent
317800fb39
commit
5e2d8f648b
7 changed files with 703 additions and 486 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue