1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-05 23:57:46 +00:00
EXDSchema/Schemas/2024.11.06.0000.0000/BannerCondition.yml
Haselnussbomber 1e9528458a
Update BannerCondition (#56)
Update BannerCondition.yml
2025-03-24 11:19:23 -07:00

66 lines
1.4 KiB
YAML

name: BannerCondition
fields:
- name: UnlockCriteria1
type: array
count: 6
fields:
- type: link
condition:
switch: UnlockType1
cases:
1: [Quest]
3: [InstanceContent] # Unlocked
4: [InstanceContent] # Completed
5: [Emote]
6: [Companion]
7: [Mount]
8: [Ornament]
- name: UnlockCriteria2
type: link
condition:
switch: UnlockType2
cases:
2: [Quest]
4: [ENpcResident]
5: [Item]
6: [Item]
7: [Item]
8: [Item]
11: [Achievement]
12: [Item]
13: [ENpcBase]
21: [ENpcBase]
- name: UnlockCriteria3
type: link
condition:
switch: UnlockType2
cases:
4: [Level]
13: [Level]
21: [Level]
- name: UnlockCriteria4
type: link
condition:
switch: UnlockType2
cases:
4: [Item]
21: [Item]
- name: Prerequisite
type: link
condition:
switch: PrerequisiteType
cases:
1: [Quest]
3: [InstanceContent] # Unlocked
4: [InstanceContent] # Completed
5: [Emote]
6: [Companion]
7: [Mount]
8: [Ornament]
- name: UnlockType1
- name: UnlockType2
- name: PrerequisiteType
- name: UnlockHint
type: link
targets: [BannerObtainHintType]
- name: Unknown0