mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-06 16:17:46 +00:00
24 lines
391 B
YAML
24 lines
391 B
YAML
![]() |
name: GcArmyEquipPreset
|
||
|
fields:
|
||
|
- name: MainHand
|
||
|
type: link
|
||
|
targets: [Item]
|
||
|
- name: OffHand
|
||
|
type: link
|
||
|
targets: [Item]
|
||
|
- name: Head
|
||
|
type: link
|
||
|
targets: [Item]
|
||
|
- name: Body
|
||
|
type: link
|
||
|
targets: [Item]
|
||
|
- name: Gloves
|
||
|
type: link
|
||
|
targets: [Item]
|
||
|
- name: Legs
|
||
|
type: link
|
||
|
targets: [Item]
|
||
|
- name: Feet
|
||
|
type: link
|
||
|
targets: [Item]
|