mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-06 16:17:46 +00:00
2024.07.24.0000.0000
This commit is contained in:
parent
5c42396ac6
commit
c68ea31404
2 changed files with 5 additions and 3 deletions
|
@ -55,7 +55,7 @@ fields:
|
||||||
- name: Transient
|
- name: Transient
|
||||||
type: link
|
type: link
|
||||||
condition:
|
condition:
|
||||||
switch: TransientKey
|
switch: ContentUICategory
|
||||||
cases:
|
cases:
|
||||||
6: [ContentFinderConditionTransient]
|
6: [ContentFinderConditionTransient]
|
||||||
7: [ContentFinderConditionTransient]
|
7: [ContentFinderConditionTransient]
|
||||||
|
@ -99,7 +99,9 @@ fields:
|
||||||
- name: ContentType
|
- name: ContentType
|
||||||
type: link
|
type: link
|
||||||
targets: [ContentType]
|
targets: [ContentType]
|
||||||
- name: TransientKey
|
- name: ContentUICategory
|
||||||
|
type: link
|
||||||
|
targets: [ContentUICategory]
|
||||||
- name: Unknown40
|
- name: Unknown40
|
||||||
- name: Unknown41
|
- name: Unknown41
|
||||||
- name: PvP
|
- name: PvP
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
name: ContentUICategory
|
name: ContentUICategory
|
||||||
fields:
|
fields:
|
||||||
- name: Unknown0
|
- name: Name
|
||||||
|
|
Loading…
Add table
Reference in a new issue