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

Adjustments

This commit is contained in:
Liam 2024-03-19 10:46:18 -04:00
parent 958d423b01
commit 9c1badabe2
2 changed files with 7 additions and 13 deletions

View file

@ -2,17 +2,11 @@ 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
- name: Abilities
type: array
count: 4
fields:
- type: link
targets: [Action]
- name: AutoAction
type: link

View file

@ -63,6 +63,6 @@ fields:
- name: Unknown58
- name: Unknown59
- name: Scale
- name: ModelCharacterId
- name: ModelChara
type: link
targets: [ModelChara]