1
Fork 0
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:
Asriel Camora 2024-05-05 01:21:48 -07:00
parent 5f292f39f3
commit 35a3ddbf61
No known key found for this signature in database
GPG key ID: 50B67E59BBAFB029
2 changed files with 21 additions and 0 deletions

View file

@ -22,3 +22,11 @@ fields:
- name: IsRelative
type: array
count: 3
relations:
Params:
- BaseParam
- IsRelative
- Value
- Max
- ValueHQ
- MaxHQ

View file

@ -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]