diff --git a/HousingEmploymentNpcList.yml b/HousingEmploymentNpcList.yml index bb6332c..319c2f7 100644 --- a/HousingEmploymentNpcList.yml +++ b/HousingEmploymentNpcList.yml @@ -1,4 +1,5 @@ name: HousingEmploymentNpcList +displayField: Race fields: - name: MaleENpcBase type: link diff --git a/HousingFurniture.yml b/HousingFurniture.yml index df64fea..5ffeafc 100644 --- a/HousingFurniture.yml +++ b/HousingFurniture.yml @@ -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] diff --git a/HousingMateAuthority.yml b/HousingMateAuthority.yml index 99de4d8..1e2c500 100644 --- a/HousingMateAuthority.yml +++ b/HousingMateAuthority.yml @@ -1,3 +1,4 @@ name: HousingMateAuthority +displayField: Permission fields: - - name: Unknown0 + - name: Permission diff --git a/HousingTrainingDoll.yml b/HousingTrainingDoll.yml index a729f5f..a09e4cf 100644 --- a/HousingTrainingDoll.yml +++ b/HousingTrainingDoll.yml @@ -1,3 +1,6 @@ name: HousingTrainingDoll +displayField: Base fields: - - name: Unknown0 + - name: Base + type: link + targets: [BNpcBase] diff --git a/HousingUnplacement.yml b/HousingUnplacement.yml index 7189af1..28104d2 100644 --- a/HousingUnplacement.yml +++ b/HousingUnplacement.yml @@ -1,3 +1,4 @@ name: HousingUnplacement +displayField: Text fields: - - name: Unknown0 + - name: Text diff --git a/HousingYardObject.yml b/HousingYardObject.yml index 0d4ddbe..4c95aeb 100644 --- a/HousingYardObject.yml +++ b/HousingYardObject.yml @@ -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] @@ -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