1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-27 17:07:46 +00:00
EXDSchema/Schemas/2024.03.27.0000.0000/GatheringItem.yml
Flavien Normand 42d57090dc
Add SublimeVariant to GatheringItem
SublimeVariant is used in some collectable items, it's a % based on collectability to obtain a higher grade item in the form of another item ID.

Inside the sheet, it's represented as a simple link to this other item's GatheringItem entry.

I'm not sure how parsers would react with this kind of recursive link but it's not the first one so it should be fine !
2024-06-03 17:28:57 +02:00

20 lines
414 B
YAML

name: GatheringItem
displayField: Item
fields:
- name: Unknown0
- name: SublimeVariant
type: link
targets: [GatheringItem]
- name: Item
type: link
targets: [Item, EventItem]
- name: GatheringItemLevel
type: link
targets: [GatheringItemLevelConvertTable]
- name: Quest
type: link
targets: [Quest]
- name: Unknown2
- name: Unknown3
- name: Unknown4
- name: IsHidden