muffin v7.38.1
This commit is contained in:
parent
e5b98b3d57
commit
0336b9c9e9
12 changed files with 4618 additions and 4245 deletions
|
|
@ -219,6 +219,9 @@
|
|||
"CompletionQuestVariablesFlags": {
|
||||
"$ref": "https://github.com/WigglyMuffin/Questionable/raw/refs/heads/main/Questionable.Model/common-completionflags.json"
|
||||
},
|
||||
"RequiredQuestVariables": {
|
||||
"$ref": "https://github.com/WigglyMuffin/Questionable/raw/refs/heads/main/Questionable.Model/common-requiredvariables.json"
|
||||
},
|
||||
"Flying": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
|
|
@ -265,14 +268,14 @@
|
|||
},
|
||||
"BetterOrEqualItemEquipped": {
|
||||
"type": "boolean",
|
||||
"description": "Skip this step if a better or equal item (by item level) is already equipped in the main hand slot"
|
||||
"description": "Skip this step if a better or equal item (by item level) is already equipped"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"MinimumLevel": {
|
||||
"type": "integer",
|
||||
"description": "Skip this step if the player level is greater than or equal to this value. Useful for steps that should only be done once at low levels (e.g., early aetheryte attunements).",
|
||||
"description": "Skip this step if the player level is greater than or equal to this value",
|
||||
"minimum": 1,
|
||||
"maximum": 100
|
||||
},
|
||||
|
|
@ -285,6 +288,15 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"QuestsCompleted": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": [
|
||||
"number",
|
||||
"string"
|
||||
]
|
||||
}
|
||||
},
|
||||
"NotNamePlateIconId": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue