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:
parent
2684800580
commit
42d57090dc
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@ name: GatheringItem
|
||||||
displayField: Item
|
displayField: Item
|
||||||
fields:
|
fields:
|
||||||
- name: Unknown0
|
- name: Unknown0
|
||||||
- name: Unknown1
|
- name: SublimeVariant
|
||||||
|
type: link
|
||||||
|
targets: [GatheringItem]
|
||||||
- name: Item
|
- name: Item
|
||||||
type: link
|
type: link
|
||||||
targets: [Item, EventItem]
|
targets: [Item, EventItem]
|
||||||
|
|
Loading…
Add table
Reference in a new issue