1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-06 16:17:46 +00:00
This commit is contained in:
Kurochi51 2024-03-12 20:29:21 +02:00
parent dc18302d05
commit e2b31f38aa
No known key found for this signature in database
GPG key ID: 616677B01483A13F

View file

@ -2,9 +2,6 @@ name: Pet
displayField: Name displayField: Name
fields: fields:
- name: Name - name: Name
- name: Ability1
type: link
targets: [Action]
- name: Ability1 - name: Ability1
type: link type: link
targets: [Action] targets: [Action]
@ -14,6 +11,9 @@ fields:
- name: Ability3 - name: Ability3
type: link type: link
targets: [Action] targets: [Action]
- name: Ability4
type: link
targets: [Action]
- name: AutoAction - name: AutoAction
type: link type: link
targets: [Action] targets: [Action]