1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-06 16:17:46 +00:00
EXDSchema/AdventureExPhase.yml

17 lines
352 B
YAML
Raw Permalink Normal View History

2025-03-05 17:42:41 -08:00
name: AdventureExPhase
fields:
- name: Quest
type: link
targets: [Quest]
- name: AdventureBegin
type: link
targets: [Adventure]
- name: AdventureEnd
type: link
targets: [Adventure]
2025-06-01 02:30:38 +00:00
- name: AllVistasCompletedScreenImage
type: link
targets: [ScreenImage]
2025-03-05 17:42:41 -08:00
- name: Expansion
type: link
2025-06-01 02:30:38 +00:00
targets: [ExVersion]