mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-06 16:17:46 +00:00
13 lines
No EOL
263 B
YAML
13 lines
No EOL
263 B
YAML
name: TelepoRelay
|
|
fields:
|
|
- name: Relays
|
|
type: array
|
|
count: 7
|
|
fields:
|
|
- name: EnterTerritory
|
|
type: link
|
|
targets: [TerritoryType]
|
|
- name: ExitTerritory
|
|
type: link
|
|
targets: [TerritoryType]
|
|
- name: Cost |