mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-06 16:17:46 +00:00
Fixes
This commit is contained in:
parent
9abf9212d3
commit
38b96aeeec
2 changed files with 7 additions and 5 deletions
|
@ -13,10 +13,10 @@ fields:
|
|||
fields:
|
||||
- type: link
|
||||
condition:
|
||||
switch: DeepDungeonType
|
||||
cases:
|
||||
1: [DeepDungeonMagicStone]
|
||||
2: [DeepDungeonDemiclone]
|
||||
switch: DeepDungeonType
|
||||
cases:
|
||||
1: [DeepDungeonMagicStone]
|
||||
2: [DeepDungeonDemiclone]
|
||||
- name: Name
|
||||
- name: ContentFinderConditionStart
|
||||
type: link
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
name: TelepoRelay
|
||||
fields:
|
||||
- name: RelayStruct
|
||||
- name: Relays
|
||||
type: array
|
||||
count: 7
|
||||
fields:
|
||||
- name: EnterTerritory
|
||||
type: link
|
||||
|
|
Loading…
Add table
Reference in a new issue