1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-11 18:27:45 +00:00
EXDSchema/ItemFood.yml
Asriel Camora 9d3f4c50d9 Latest
2025-03-05 18:08:04 -08:00

32 lines
522 B
YAML

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
- MaxHQ