mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-05 23:57:46 +00:00
Adjustments
This commit is contained in:
parent
958d423b01
commit
9c1badabe2
2 changed files with 7 additions and 13 deletions
|
@ -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]
|
||||
|
|
|
@ -63,6 +63,6 @@ fields:
|
|||
- name: Unknown58
|
||||
- name: Unknown59
|
||||
- name: Scale
|
||||
- name: ModelCharacterId
|
||||
- name: ModelChara
|
||||
type: link
|
||||
targets: [ModelChara]
|
||||
|
|
Loading…
Add table
Reference in a new issue