mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-06 16:17:46 +00:00
Implement ArchiveItem/Manifest fields
This commit is contained in:
parent
8939434397
commit
709fd29081
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
||||||
name: ArchiveItem
|
name: ArchiveItem
|
||||||
fields:
|
fields:
|
||||||
|
- name: Item
|
||||||
|
type: link
|
||||||
|
targets: [Item]
|
||||||
|
- name: Amount
|
||||||
- name: Unknown0
|
- name: Unknown0
|
||||||
- name: Unknown1
|
|
||||||
- name: Unknown2
|
|
||||||
|
|
|
@ -81,6 +81,7 @@ fields:
|
||||||
28: [AirshipExplorationPart]
|
28: [AirshipExplorationPart]
|
||||||
32: [Orchestrion]
|
32: [Orchestrion]
|
||||||
36: [SubmarinePart]
|
36: [SubmarinePart]
|
||||||
|
45: [ArchiveItem]
|
||||||
- name: StackSize
|
- name: StackSize
|
||||||
- name: PriceMid
|
- name: PriceMid
|
||||||
- name: PriceLow
|
- name: PriceLow
|
||||||
|
|
Loading…
Add table
Reference in a new issue