mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-06 16:17:46 +00:00
23 lines
427 B
YAML
23 lines
427 B
YAML
name: MJIRecipe
|
|
displayField: KeyItem
|
|
fields:
|
|
- name: LogMessage
|
|
type: link
|
|
targets: [LogMessage]
|
|
- name: KeyItem
|
|
type: link
|
|
targets: [MJIKeyItem]
|
|
- name: ItemPouch
|
|
type: link
|
|
targets: [MJIItemPouch]
|
|
- name: Unknown0
|
|
- name: Material
|
|
type: array
|
|
count: 5
|
|
fields:
|
|
- type: link
|
|
targets: [MJIRecipeMaterial]
|
|
- name: Amount
|
|
type: array
|
|
count: 5
|
|
- name: Order
|