1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-06 16:17:46 +00:00
This commit is contained in:
Asriel Camora 2024-08-04 13:00:12 -07:00
parent e6bd6e4337
commit 526d276661
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]