muffin v7.38
This commit is contained in:
parent
411c0bbe76
commit
e5b98b3d57
35 changed files with 10700 additions and 7610 deletions
|
|
@ -255,16 +255,21 @@
|
|||
}
|
||||
},
|
||||
"Item": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"InInventory": {
|
||||
"type": "boolean"
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"InInventory": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"NotInInventory": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"BetterOrEqualItemEquipped": {
|
||||
"type": "boolean",
|
||||
"description": "Skip this step if a better or equal item (by item level) is already equipped in the main hand slot"
|
||||
}
|
||||
},
|
||||
"NotInInventory": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"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).",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue