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

49 lines
1 KiB
YAML
Raw Permalink Normal View History

2025-03-05 17:42:41 -08:00
name: Story
fields:
- name: StoryParams
type: array
2025-04-25 07:09:08 +00:00
count: 40
2025-03-05 17:42:41 -08:00
fields:
- name: Instruction
- name: Argument
- name: StoryDefine
type: array
2025-04-25 07:09:08 +00:00
count: 110
2025-03-05 17:42:41 -08:00
fields:
- name: CompletedQuest
type: array
2025-04-25 07:09:08 +00:00
count: 3
2025-03-05 17:42:41 -08:00
fields:
- type: link
targets: [Quest]
- name: AcceptedQuest
type: array
2025-04-25 07:09:08 +00:00
count: 3
2025-03-05 17:42:41 -08:00
fields:
- type: link
targets: [Quest]
- name: LayerSet
type: array
2025-04-25 07:09:08 +00:00
count: 2
2025-03-05 17:42:41 -08:00
- name: Sequence
- name: CompletedQuestOperator
- name: AcceptedQuestOperator
- name: AcceptedQuestSequence
type: array
2025-04-25 07:09:08 +00:00
count: 3
2025-03-05 17:42:41 -08:00
- name: StoryListener
type: array
2025-04-25 07:09:08 +00:00
count: 80
2025-03-05 17:42:41 -08:00
fields:
- name: Listener
type: link
targets: [EObjName, ENpcResident]
- name: SequenceBegin
- name: SequenceEnd
- name: Script
- name: LayerSetTerritoryType
type: array
2025-04-25 07:09:08 +00:00
count: 2
2025-03-05 17:42:41 -08:00
fields:
- type: link
2025-04-25 07:09:08 +00:00
targets: [TerritoryType]