1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-06 16:17:46 +00:00
EXDSchema/DeepDungeon.yml
2025-03-11 11:37:51 -07:00

31 lines
697 B
YAML

name: DeepDungeon
displayField: Name
fields:
- name: PomanderSlot
type: array
count: 16
fields:
- type: link
targets: [DeepDungeonItem]
- name: MagiciteSlot
type: array
count: 4
fields:
- type: link
condition:
switch: DeepDungeonType
cases:
1: [DeepDungeonMagicStone]
2: [DeepDungeonDemiclone]
- name: Name
- name: ContentFinderConditionStart
type: link
targets: [ContentFinderCondition]
- name: AetherpoolArm
type: link
targets: [DeepDungeonEquipment]
- name: AetherpoolArmor
type: link
targets: [DeepDungeonEquipment]
- name: DeepDungeonType
- name: Unknown1