mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-06 16:17:46 +00:00
Add some relations
This commit is contained in:
parent
5f292f39f3
commit
35a3ddbf61
2 changed files with 21 additions and 0 deletions
|
@ -22,3 +22,11 @@ fields:
|
|||
- name: IsRelative
|
||||
type: array
|
||||
count: 3
|
||||
relations:
|
||||
Params:
|
||||
- BaseParam
|
||||
- IsRelative
|
||||
- Value
|
||||
- Max
|
||||
- ValueHQ
|
||||
- MaxHQ
|
|
@ -26,6 +26,9 @@ fields:
|
|||
- name: ItemCost
|
||||
type: array
|
||||
count: 3
|
||||
fields:
|
||||
- type: link
|
||||
targets: [Item]
|
||||
- name: Quest
|
||||
type: link
|
||||
targets: [Quest]
|
||||
|
@ -49,6 +52,16 @@ fields:
|
|||
- name: ReceiveHq
|
||||
type: array
|
||||
count: 2
|
||||
relations:
|
||||
ReceiveItems:
|
||||
- Item
|
||||
- ReceiveCount
|
||||
- ReceiveHq
|
||||
ItemCosts:
|
||||
- ItemCost
|
||||
- CurrencyCost
|
||||
- HqCost
|
||||
- CollectabilityCost
|
||||
- name: Quest
|
||||
type: link
|
||||
targets: [Quest]
|
||||
|
|
Loading…
Add table
Reference in a new issue