From 9c1badabe2e7f5a775a55d6f567e814561f3d88f Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 19 Mar 2024 10:46:18 -0400 Subject: [PATCH] Adjustments --- Schemas/2024.02.05.0000.0000/Pet.yml | 18 ++++++------------ Schemas/2024.02.05.0000.0000/PetMirage.yml | 2 +- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/Schemas/2024.02.05.0000.0000/Pet.yml b/Schemas/2024.02.05.0000.0000/Pet.yml index 83e9495..58b21b9 100644 --- a/Schemas/2024.02.05.0000.0000/Pet.yml +++ b/Schemas/2024.02.05.0000.0000/Pet.yml @@ -2,18 +2,12 @@ name: Pet displayField: Name fields: - name: Name - - name: Ability1 - type: link - targets: [Action] - - name: Ability2 - type: link - targets: [Action] - - name: Ability3 - type: link - targets: [Action] - - name: Ability4 - type: link - targets: [Action] + - name: Abilities + type: array + count: 4 + fields: + - type: link + targets: [Action] - name: AutoAction type: link targets: [Action] diff --git a/Schemas/2024.02.05.0000.0000/PetMirage.yml b/Schemas/2024.02.05.0000.0000/PetMirage.yml index 9507d26..4861c09 100644 --- a/Schemas/2024.02.05.0000.0000/PetMirage.yml +++ b/Schemas/2024.02.05.0000.0000/PetMirage.yml @@ -63,6 +63,6 @@ fields: - name: Unknown58 - name: Unknown59 - name: Scale - - name: ModelCharacterId + - name: ModelChara type: link targets: [ModelChara]