mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-06 16:17: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
|
displayField: Name
|
||||||
fields:
|
fields:
|
||||||
- name: Name
|
- name: Name
|
||||||
- name: Ability1
|
- name: Abilities
|
||||||
type: link
|
type: array
|
||||||
targets: [Action]
|
count: 4
|
||||||
- name: Ability2
|
fields:
|
||||||
type: link
|
- type: link
|
||||||
targets: [Action]
|
targets: [Action]
|
||||||
- name: Ability3
|
|
||||||
type: link
|
|
||||||
targets: [Action]
|
|
||||||
- name: Ability4
|
|
||||||
type: link
|
|
||||||
targets: [Action]
|
|
||||||
- name: AutoAction
|
- name: AutoAction
|
||||||
type: link
|
type: link
|
||||||
targets: [Action]
|
targets: [Action]
|
||||||
|
|
|
@ -63,6 +63,6 @@ fields:
|
||||||
- name: Unknown58
|
- name: Unknown58
|
||||||
- name: Unknown59
|
- name: Unknown59
|
||||||
- name: Scale
|
- name: Scale
|
||||||
- name: ModelCharacterId
|
- name: ModelChara
|
||||||
type: link
|
type: link
|
||||||
targets: [ModelChara]
|
targets: [ModelChara]
|
||||||
|
|
Loading…
Add table
Reference in a new issue