diff --git a/schemas/CollectablesShopItem.yml b/schemas/CollectablesShopItem.yml index a98c8a8..290f793 100644 --- a/schemas/CollectablesShopItem.yml +++ b/schemas/CollectablesShopItem.yml @@ -4,7 +4,9 @@ fields: - name: Item type: link targets: [Item] - - name: Unknown0 + - name: RequiredQuest + type: link + targets: [Quest] - name: LevelMin - name: LevelMax - name: CollectablesShopRefine diff --git a/schemas/Item.yml b/schemas/Item.yml index a634981..8d0e748 100644 --- a/schemas/Item.yml +++ b/schemas/Item.yml @@ -27,7 +27,7 @@ fields: type: array count: 6 - name: LevelEquip - - name: Unknown1 + - name: RequiredPvpRank - name: EquipRestriction - name: ClassJobCategory type: link diff --git a/schemas/MJICraftworksPopularity.yml b/schemas/MJICraftworksPopularity.yml index 66b964e..2544ee0 100644 --- a/schemas/MJICraftworksPopularity.yml +++ b/schemas/MJICraftworksPopularity.yml @@ -2,7 +2,7 @@ name: MJICraftworksPopularity fields: - name: Popularity type: array - count: 81 + count: 91 fields: - type: link targets: [MJICraftworksPopularityType] diff --git a/schemas/MJILandmark.yml b/schemas/MJILandmark.yml index a49ed7d..22e2f41 100644 --- a/schemas/MJILandmark.yml +++ b/schemas/MJILandmark.yml @@ -8,7 +8,7 @@ fields: - name: Unknown0 - name: SGB type: array - count: 5 + count: 7 fields: - type: link targets: [ExportedSG] diff --git a/schemas/MJIVillageAppearanceSG.yml b/schemas/MJIVillageAppearanceSG.yml index 59468e3..7a03195 100644 --- a/schemas/MJIVillageAppearanceSG.yml +++ b/schemas/MJIVillageAppearanceSG.yml @@ -2,7 +2,7 @@ name: MJIVillageAppearanceSG fields: - name: VillageAppearanceData type: array - count: 4 + count: 5 fields: - name: UnknownParam - name: SGB diff --git a/schemas/NotoriousMonsterTerritory.yml b/schemas/NotoriousMonsterTerritory.yml index c9221f3..a857aaa 100644 --- a/schemas/NotoriousMonsterTerritory.yml +++ b/schemas/NotoriousMonsterTerritory.yml @@ -1,12 +1,8 @@ name: NotoriousMonsterTerritory fields: - - name: Unknown0 - - name: Unknown1 - - name: Unknown2 - - name: Unknown3 - - name: Unknown4 - - name: Unknown5 - - name: Unknown6 - - name: Unknown7 - - name: Unknown8 - - name: Unknown9 + - name: NotoriousMonsters + type: array + count: 10 + fields: + - type: link + targets: [NotoriousMonster] diff --git a/schemas/TerritoryType.yml b/schemas/TerritoryType.yml index fdf9b76..5d66593 100644 --- a/schemas/TerritoryType.yml +++ b/schemas/TerritoryType.yml @@ -36,7 +36,9 @@ fields: type: link targets: [QuestBattle] - name: Resident - - name: Unknown0 + - name: NotoriousMonsterTerritory + type: link + targets: [NotoriousMonsterTerritory] - name: BattalionMode - name: LoadingImage type: link