1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-19 05:37:45 +00:00
EXDSchema/Schemas/2024.06.18.0000.0000/ItemFood.yml

33 lines
490 B
YAML
Raw Normal View History

2024-06-27 17:47:33 -04:00
name: ItemFood
fields:
- name: Max
type: array
count: 3
- name: MaxHQ
type: array
count: 3
- name: EXPBonusPercent
- name: BaseParam
type: array
count: 3
fields:
- type: link
targets: [BaseParam]
- name: Value
type: array
count: 3
- name: ValueHQ
type: array
count: 3
- name: IsRelative
type: array
count: 3
2024-06-28 18:07:21 -07:00
relations:
Params:
- BaseParam
- IsRelative
- Value
- Max
- ValueHQ
- MaxHQ