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

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 !
This commit is contained in:
Flavien Normand 2024-06-03 17:28:57 +02:00 committed by GitHub
parent 2684800580
commit 42d57090dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,9 @@ name: GatheringItem
displayField: Item
fields:
- name: Unknown0
- name: Unknown1
- name: SublimeVariant
type: link
targets: [GatheringItem]
- name: Item
type: link
targets: [Item, EventItem]