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

33 lines
522 B
YAML
Raw Normal View History

2025-03-05 18:02:38 -08: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
relations:
Params:
- BaseParam
- IsRelative
- Value
- Max
- ValueHQ
2025-03-05 18:08:04 -08:00
- MaxHQ