mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-06 16:17:46 +00:00
Update usage
This commit is contained in:
parent
38e554ee72
commit
4a605383ec
1 changed files with 6 additions and 10 deletions
16
Usage.md
16
Usage.md
|
@ -157,16 +157,12 @@ fields:
|
||||||
type: array
|
type: array
|
||||||
count: 3
|
count: 3
|
||||||
- name: Quest
|
- name: Quest
|
||||||
type: array
|
type: link
|
||||||
count: 2
|
targets: [Quest]
|
||||||
fields:
|
|
||||||
- type: link
|
|
||||||
targets: [Quest]
|
|
||||||
- name: Unknown
|
- name: Unknown
|
||||||
- name: AchievementUnlock
|
- name: AchievementUnlock
|
||||||
fields:
|
type: link
|
||||||
- type: link
|
targets: [Achievement]
|
||||||
targets: [Achievement]
|
|
||||||
- name: CollectabilityCost
|
- name: CollectabilityCost
|
||||||
type: array
|
type: array
|
||||||
count: 3
|
count: 3
|
||||||
|
@ -175,7 +171,7 @@ fields:
|
||||||
type: array
|
type: array
|
||||||
count: 3
|
count: 3
|
||||||
- type: array
|
- type: array
|
||||||
count: 3
|
count: 2
|
||||||
- name: ReceiveHq
|
- name: ReceiveHq
|
||||||
type: array
|
type: array
|
||||||
count: 3
|
count: 3
|
||||||
|
@ -202,7 +198,7 @@ struct SpecialShop
|
||||||
example_type Item[2];
|
example_type Item[2];
|
||||||
example_type Category[2];
|
example_type Category[2];
|
||||||
example_type ItemCost[3];
|
example_type ItemCost[3];
|
||||||
example_type Quest[2];
|
example_type Quest;
|
||||||
example_type Unknown;
|
example_type Unknown;
|
||||||
example_type AchievementUnlock;
|
example_type AchievementUnlock;
|
||||||
example_type CollectabilityCost[3];
|
example_type CollectabilityCost[3];
|
||||||
|
|
Loading…
Add table
Reference in a new issue