muffin v6.37
This commit is contained in:
parent
f4b807679b
commit
98989e8a70
6 changed files with 7889 additions and 6587 deletions
|
|
@ -255,13 +255,16 @@
|
|||
}
|
||||
},
|
||||
"Item": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"NotInInventory": {
|
||||
"type": "boolean"
|
||||
}
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"InInventory": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"NotInInventory": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
"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