mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-05 23:57:46 +00:00
23 lines
No EOL
423 B
YAML
23 lines
No EOL
423 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: Yield
|
|
- name: Material
|
|
type: array
|
|
count: 5
|
|
fields:
|
|
- type: link
|
|
targets: [MJIRecipeMaterial]
|
|
- name: Amount
|
|
type: array
|
|
count: 5
|
|
- name: Order |