muffin v7.38.2
This commit is contained in:
parent
0336b9c9e9
commit
bbc394c386
10 changed files with 737 additions and 437 deletions
|
|
@ -1606,6 +1606,11 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"DutyMode": {
|
||||
"type": "integer",
|
||||
"description": "Overrides the default duty mode for this specific duty. 0 = Duty Support, 1 = Unsync (Solo), 2 = Unsync (Party). If not specified, uses the global configuration setting.",
|
||||
"enum": [0, 1, 2]
|
||||
},
|
||||
"TestedAutoDutyVersion": {
|
||||
"type": "string",
|
||||
"pattern": "^0\\.\\d+\\.\\d+\\.\\d+$"
|
||||
|
|
@ -1625,7 +1630,8 @@
|
|||
"required": [
|
||||
"ContentFinderConditionId",
|
||||
"Enabled"
|
||||
]
|
||||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"DataId": {
|
||||
"type": "null"
|
||||
|
|
|
|||
|
|
@ -35792,7 +35792,7 @@ public static class AssemblyQuestLoader
|
|||
CollectionsMarshal.SetCount(list33, num2);
|
||||
span3 = CollectionsMarshal.AsSpan(list33);
|
||||
index2 = 0;
|
||||
span3[index2] = new QuestStep(EInteractionType.AcceptQuest, 1002236u, new Vector3(185.10718f, 14.095934f, 677.33264f), 135)
|
||||
span3[index2] = new QuestStep(EInteractionType.CompleteQuest, 1002236u, new Vector3(185.10718f, 14.095934f, 677.33264f), 135)
|
||||
{
|
||||
AetheryteShortcut = EAetheryteLocation.LowerLaNosceaMorabyDrydocks
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue