mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-05 23:57:46 +00:00
parent
b53329eb77
commit
1e9528458a
1 changed files with 10 additions and 3 deletions
|
@ -9,9 +9,12 @@ fields:
|
|||
switch: UnlockType1
|
||||
cases:
|
||||
1: [Quest]
|
||||
4: [ContentFinderCondition]
|
||||
3: [InstanceContent] # Unlocked
|
||||
4: [InstanceContent] # Completed
|
||||
5: [Emote]
|
||||
6: [Companion]
|
||||
7: [Mount]
|
||||
8: [Ornament]
|
||||
- name: UnlockCriteria2
|
||||
type: link
|
||||
condition:
|
||||
|
@ -48,8 +51,12 @@ fields:
|
|||
switch: PrerequisiteType
|
||||
cases:
|
||||
1: [Quest]
|
||||
3: [ContentFinderCondition]
|
||||
4: [ContentFinderCondition]
|
||||
3: [InstanceContent] # Unlocked
|
||||
4: [InstanceContent] # Completed
|
||||
5: [Emote]
|
||||
6: [Companion]
|
||||
7: [Mount]
|
||||
8: [Ornament]
|
||||
- name: UnlockType1
|
||||
- name: UnlockType2
|
||||
- name: PrerequisiteType
|
||||
|
|
Loading…
Add table
Reference in a new issue