mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-06 16:17:46 +00:00
28 lines
577 B
YAML
28 lines
577 B
YAML
![]() |
name: HousingUnitedExterior
|
||
|
fields:
|
||
|
- name: Roof
|
||
|
type: link
|
||
|
targets: [HousingExterior]
|
||
|
- name: Walls
|
||
|
type: link
|
||
|
targets: [HousingExterior]
|
||
|
- name: Windows
|
||
|
type: link
|
||
|
targets: [HousingExterior]
|
||
|
- name: Door
|
||
|
type: link
|
||
|
targets: [HousingExterior]
|
||
|
- name: OptionalRoof
|
||
|
type: link
|
||
|
targets: [HousingExterior]
|
||
|
- name: OptionalWall
|
||
|
type: link
|
||
|
targets: [HousingExterior]
|
||
|
- name: OptionalSignboard
|
||
|
type: link
|
||
|
targets: [HousingExterior]
|
||
|
- name: Fence
|
||
|
type: link
|
||
|
targets: [HousingExterior]
|
||
|
- name: PlotSize
|