mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-06 16:17:46 +00:00
26 lines
457 B
YAML
26 lines
457 B
YAML
![]() |
name: MJICraftworksObject
|
||
|
displayField: Item
|
||
|
fields:
|
||
|
- name: Item
|
||
|
type: link
|
||
|
targets: [Item]
|
||
|
- name: Theme
|
||
|
type: array
|
||
|
count: 2
|
||
|
fields:
|
||
|
- type: link
|
||
|
targets: [MJICraftworksObjectTheme]
|
||
|
- name: Unknown0
|
||
|
- name: Material
|
||
|
type: array
|
||
|
count: 4
|
||
|
fields:
|
||
|
- type: link
|
||
|
targets: [MJIItemPouch]
|
||
|
- name: Amount
|
||
|
type: array
|
||
|
count: 4
|
||
|
- name: LevelReq
|
||
|
- name: CraftingTime
|
||
|
- name: Value
|