1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-06 16:17:46 +00:00

Update usage

This commit is contained in:
Liam 2023-09-25 23:36:00 -04:00
parent 38e554ee72
commit 4a605383ec

View file

@ -157,15 +157,11 @@ fields:
type: array
count: 3
- name: Quest
type: array
count: 2
fields:
- type: link
type: link
targets: [Quest]
- name: Unknown
- name: AchievementUnlock
fields:
- type: link
type: link
targets: [Achievement]
- name: CollectabilityCost
type: array
@ -175,7 +171,7 @@ fields:
type: array
count: 3
- type: array
count: 3
count: 2
- name: ReceiveHq
type: array
count: 3
@ -202,7 +198,7 @@ struct SpecialShop
example_type Item[2];
example_type Category[2];
example_type ItemCost[3];
example_type Quest[2];
example_type Quest;
example_type Unknown;
example_type AchievementUnlock;
example_type CollectabilityCost[3];