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