1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-06 16:17:46 +00:00
EXDSchema/schemas/Story.yml
2024-11-08 15:29:57 -08:00

49 lines
1 KiB
YAML

name: Story
fields:
- name: StoryParams
count: 40
type: array
fields:
- name: Instruction
- name: Argument
- name: StoryDefine
count: 110
type: array
fields:
- name: CompletedQuest
count: 3
type: array
fields:
- type: link
targets: [Quest]
- name: AcceptedQuest
count: 3
type: array
fields:
- type: link
targets: [Quest]
- name: LayerSet
count: 2
type: array
- name: Sequence
- name: CompletedQuestOperator
- name: AcceptedQuestOperator
- name: AcceptedQuestSequence
count: 3
type: array
- name: StoryListener
count: 80
type: array
fields:
- name: Listener
type: link
targets: [EObjName, ENpcResident]
- name: SequenceBegin
- name: SequenceEnd
- name: Script
- name: LayerSetTerritoryType
count: 2
type: array
fields:
- type: link
targets: [TerritoryType]