mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-05 23:57:46 +00:00
27 lines
496 B
YAML
27 lines
496 B
YAML
name: Level
|
|
fields:
|
|
- name: X
|
|
- name: Y
|
|
- name: Z
|
|
- name: Yaw
|
|
- name: Radius
|
|
- name: Object
|
|
type: link
|
|
condition:
|
|
switch: Type
|
|
cases:
|
|
8: [ENpcBase]
|
|
9: [BNpcBase]
|
|
12: [Aetheryte]
|
|
14: [GatheringPoint]
|
|
45: [EObj]
|
|
- name: EventId
|
|
type: link
|
|
targets: [TripleTriad, Adventure, Opening, Quest]
|
|
- name: Map
|
|
type: link
|
|
targets: [Map]
|
|
- name: Territory
|
|
type: link
|
|
targets: [TerritoryType]
|
|
- name: Type
|