forked from aly/qstbak
muffin v7.4.10
This commit is contained in:
parent
2df81c5d15
commit
b8dd142c23
47 changed files with 3604 additions and 1058 deletions
|
|
@ -584,6 +584,26 @@
|
|||
"properties": {
|
||||
"PickUpItemId": {
|
||||
"type": "number"
|
||||
},
|
||||
"GCPurchase": {
|
||||
"type": "object",
|
||||
"description": "Configuration for purchasing an item from the Grand Company Exchange shop",
|
||||
"properties": {
|
||||
"ItemId": {
|
||||
"type": "number",
|
||||
"description": "The item ID to purchase from the GC shop"
|
||||
},
|
||||
"RankTab": {
|
||||
"type": "integer",
|
||||
"description": "The rank tab index (0-based)"
|
||||
},
|
||||
"CategoryTab": {
|
||||
"type": "integer",
|
||||
"description": "The category tab index (0-based)"
|
||||
}
|
||||
},
|
||||
"required": ["ItemId"],
|
||||
"additionalProperties": false
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue