muffin v7.4.12
This commit is contained in:
parent
e3e5a401c3
commit
0f9f445830
38 changed files with 13646 additions and 10442 deletions
|
|
@ -49,6 +49,8 @@ public sealed class QuestStep
|
|||
|
||||
public bool? RestartNavigationIfCancelled { get; set; }
|
||||
|
||||
public bool IgnoreQuestMarker { get; set; }
|
||||
|
||||
public string? Comment { get; set; }
|
||||
|
||||
public EAetheryteLocation? Aetheryte { get; set; }
|
||||
|
|
@ -88,6 +90,8 @@ public sealed class QuestStep
|
|||
|
||||
public List<ComplexCombatData> ComplexCombatData { get; set; } = new List<ComplexCombatData>();
|
||||
|
||||
public List<FateActionTarget> FateActionTargets { get; set; } = new List<FateActionTarget>();
|
||||
|
||||
public CombatItemUse? CombatItemUse { get; set; }
|
||||
|
||||
public float? CombatDelaySecondsAtStart { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue