1
Fork 0
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:
Asriel Camora 2024-04-26 00:57:23 -07:00
parent 8939434397
commit 709fd29081
No known key found for this signature in database
GPG key ID: 92B8372B278DDE41
2 changed files with 5 additions and 2 deletions

View file

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

View file

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