mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-06 16:17:46 +00:00
20 lines
No EOL
374 B
YAML
20 lines
No EOL
374 B
YAML
name: CSBonusContentType
|
|
displayField: ContentType
|
|
fields:
|
|
- name: Dialogue
|
|
type: array
|
|
count: 4
|
|
fields:
|
|
- type: link
|
|
targets: [Addon]
|
|
- name: Image
|
|
type: icon
|
|
- name: UnlockQuest
|
|
type: link
|
|
targets: [Quest]
|
|
- name: Unknown11
|
|
- name: Unknown12
|
|
- name: ContentType
|
|
type: link
|
|
targets: [ContentType]
|
|
- name: Unknown6 |