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
|
switch: UnlockType1
|
||||||
cases:
|
cases:
|
||||||
1: [Quest]
|
1: [Quest]
|
||||||
4: [ContentFinderCondition]
|
3: [InstanceContent] # Unlocked
|
||||||
|
4: [InstanceContent] # Completed
|
||||||
5: [Emote]
|
5: [Emote]
|
||||||
6: [Companion]
|
6: [Companion]
|
||||||
|
7: [Mount]
|
||||||
|
8: [Ornament]
|
||||||
- name: UnlockCriteria2
|
- name: UnlockCriteria2
|
||||||
type: link
|
type: link
|
||||||
condition:
|
condition:
|
||||||
|
@ -48,8 +51,12 @@ fields:
|
||||||
switch: PrerequisiteType
|
switch: PrerequisiteType
|
||||||
cases:
|
cases:
|
||||||
1: [Quest]
|
1: [Quest]
|
||||||
3: [ContentFinderCondition]
|
3: [InstanceContent] # Unlocked
|
||||||
4: [ContentFinderCondition]
|
4: [InstanceContent] # Completed
|
||||||
|
5: [Emote]
|
||||||
|
6: [Companion]
|
||||||
|
7: [Mount]
|
||||||
|
8: [Ornament]
|
||||||
- name: UnlockType1
|
- name: UnlockType1
|
||||||
- name: UnlockType2
|
- name: UnlockType2
|
||||||
- name: PrerequisiteType
|
- name: PrerequisiteType
|
||||||
|
|
Loading…
Add table
Reference in a new issue