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:
|
fields:
|
||||||
- type: link
|
- type: link
|
||||||
condition:
|
condition:
|
||||||
switch: DeepDungeonType
|
switch: DeepDungeonType
|
||||||
cases:
|
cases:
|
||||||
1: [DeepDungeonMagicStone]
|
1: [DeepDungeonMagicStone]
|
||||||
2: [DeepDungeonDemiclone]
|
2: [DeepDungeonDemiclone]
|
||||||
- name: Name
|
- name: Name
|
||||||
- name: ContentFinderConditionStart
|
- name: ContentFinderConditionStart
|
||||||
type: link
|
type: link
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
name: TelepoRelay
|
name: TelepoRelay
|
||||||
fields:
|
fields:
|
||||||
- name: RelayStruct
|
- name: Relays
|
||||||
|
type: array
|
||||||
|
count: 7
|
||||||
fields:
|
fields:
|
||||||
- name: EnterTerritory
|
- name: EnterTerritory
|
||||||
type: link
|
type: link
|
||||||
|
|
Loading…
Add table
Reference in a new issue