Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions HousingEmploymentNpcList.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: HousingEmploymentNpcList
displayField: Race
fields:
- name: MaleENpcBase
type: link
Expand Down
18 changes: 16 additions & 2 deletions HousingFurniture.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,25 @@ fields:
- name: ModelKey
- name: HousingItemCategory
- name: UsageType
comment: |
0 = Static furnishing
3 = Vendor Permit
4 = Crafting Workbenche
7 = Food
8 = Aetherial Wheel
9 = Triple Triad Board
10 = Orchestrion
11 = Flowerpot
12 = Vase
13 = Aquarium
14 = Message Book
15 = Mannequin
- name: PlaceLimitType
comment: Any furnishings with the same type are counted towards the limit. For example, all vendor permits are grouped together under the same key.
- name: AquariumTier
- name: Placement
type: link
targets: [HousingPlacement]
- name: AquariumTier
- name: Unknown1
- name: Unplacement
type: link
targets: [HousingUnplacement]
Expand Down
3 changes: 2 additions & 1 deletion HousingMateAuthority.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: HousingMateAuthority
displayField: Permission
fields:
- name: Unknown0
- name: Permission
5 changes: 4 additions & 1 deletion HousingTrainingDoll.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
name: HousingTrainingDoll
displayField: Base
fields:
- name: Unknown0
- name: Base
type: link
targets: [BNpcBase]
3 changes: 2 additions & 1 deletion HousingUnplacement.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: HousingUnplacement
displayField: Text
fields:
- name: Unknown0
- name: Text
27 changes: 23 additions & 4 deletions HousingYardObject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: HousingYardObject
displayField: Item
fields:
- name: UsageParameter
type: link
condition:
switch: UsageType
cases:
16: [HousingTrainingDoll]
- name: CustomTalk
type: link
targets: [CustomTalk]
Expand All @@ -11,10 +16,24 @@ fields:
- name: ModelKey
- name: HousingItemCategory
- name: UsageType
- name: Unknown0
- name: Unknown1
- name: Unknown2
- name: Unknown3
comment: |
0 = Static furnishing
2 = Garden Patch
5 = Chocobo Stable
6 = Duties Permit
14 = Message Book
16 = Striking Dummy
- name: PlaceLimitType
comment: Any furnishings with the same type are counted towards the limit. For example, all garden patches are grouped together under the same key.
- name: Placement
type: link
targets: [HousingPlacement]
- name: Unplacement
type: link
targets: [HousingUnplacement]
- name: UnplacementStorage
type: link
targets: [HousingUnplacement]
- name: DestroyOnRemoval
- name: Unknown4
- name: Unknown5
Expand Down