1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-06 16:17:46 +00:00

Update ZoneSharedGroup, TerritoryType (#85)

* Add TerritoryType.ZoneSharedGroup

* Update ZoneSharedGroup
This commit is contained in:
Haselnussbomber 2025-05-03 00:55:14 +02:00 committed by GitHub
parent ec4456dfba
commit d587d36b22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 114 additions and 0 deletions

View file

@ -56,6 +56,90 @@ fields:
targets: [ExVersion] targets: [ExVersion]
- name: Unknown2 - name: Unknown2
- name: Unknown3 - name: Unknown3
pendingName: ZoneSharedGroup
- name: AetherCurrentCompFlgSet
type: link
targets: [AetherCurrentCompFlgSet]
- name: MountSpeed
type: link
targets: [MountSpeed]
- name: IndividualWeather
type: link
targets: [IndividualWeather]
- name: AchievementIndex
- name: Unknown6
- name: Unknown7
- name: PCSearch
- name: Stealth
- name: Mount
- name: Unknown8
- name: IsPvpZone
- name: Unknown9
- name: Unknown10
- name: Unknown11
- name: Unknown12
- name: Unknown13
- name: Unknown14
- name: Unknown15
- name: Unknown16
pendingFields:
- name: Name
- name: Bg
- name: ArrayEventHandler
type: link
targets: [ArrayEventHandler]
- name: PlaceNameRegionIcon
type: icon
- name: PlaceNameIcon
type: icon
- name: Aetheryte
type: link
targets: [Aetheryte]
- name: FixedTime
- name: PlaceNameRegion
type: link
targets: [PlaceName]
- name: PlaceNameZone
type: link
targets: [PlaceName]
- name: PlaceName
type: link
targets: [PlaceName]
- name: Map
type: link
targets: [Map]
- name: ContentFinderCondition
type: link
targets: [ContentFinderCondition]
- name: BGM
type: link
targets: [BGM, BGMSituation]
- name: QuestBattle
type: link
targets: [QuestBattle]
- name: Resident
- name: NotoriousMonsterTerritory
type: link
targets: [NotoriousMonsterTerritory]
- name: BattalionMode
- name: LoadingImage
type: link
targets: [LoadingImage]
- name: ExclusiveType
- name: TerritoryIntendedUse
type: link
targets: [TerritoryIntendedUse]
- name: WeatherRate
type: link
targets: [WeatherRate]
- name: Unknown1
- name: ExVersion
type: link
targets: [ExVersion]
- name: Unknown2
- name: ZoneSharedGroup
type: link
targets: [ZoneSharedGroup]
- name: AetherCurrentCompFlgSet - name: AetherCurrentCompFlgSet
type: link type: link
targets: [AetherCurrentCompFlgSet] targets: [AetherCurrentCompFlgSet]

View file

@ -41,3 +41,33 @@ fields:
- name: Unknown13 - name: Unknown13
- name: Unknown14 - name: Unknown14
- name: Unknown15 - name: Unknown15
pendingFields:
- name: LGBSharedGroup
- name: RequirementRow
type: array
count: 6
fields:
- type: link
targets: [Quest, AetherCurrent, EurekaStoryProgress, DomaStoryProgress]
- name: Unknown0
- name: RequirementQuestSequence
type: array
count: 6
- name: Unknown1
- name: RequirementType
type: array
count: 6
comment: |
1 = Quest
2 = Quest with specific Sequence
3 = AetherCurrent
4 = EurekaStoryProgress
5 = DomaStoryProgress
- name: Unknown8
- name: Unknown9
- name: Unknown10
- name: Unknown11
- name: Unknown12
- name: Unknown13
- name: Unknown14
- name: Unknown15