mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-07 16:47:45 +00:00
Few more changes to Action names.
This commit is contained in:
parent
d3e47ef0a1
commit
e9d54a79c4
1 changed files with 4 additions and 2 deletions
|
@ -70,7 +70,8 @@ fields:
|
||||||
type: link
|
type: link
|
||||||
targets: [ClassJob]
|
targets: [ClassJob]
|
||||||
- name: Range
|
- name: Range
|
||||||
- name: Unknown7
|
- name: DeadTargetBehaviour
|
||||||
|
comment: 0 = can not target dead, 1 = can only target dead players (+ some other conditions), 2 = ???
|
||||||
- name: AttackType
|
- name: AttackType
|
||||||
type: link
|
type: link
|
||||||
targets: [AttackType]
|
targets: [AttackType]
|
||||||
|
@ -87,7 +88,8 @@ fields:
|
||||||
- name: CanTargetOwnPet
|
- name: CanTargetOwnPet
|
||||||
- name: CanTargetPartyPet
|
- name: CanTargetPartyPet
|
||||||
- name: CanTargetDead
|
- name: CanTargetDead
|
||||||
- name: Unknown13
|
comment: name is incorrect, should be RequiresLineOfSight
|
||||||
|
- name: NeedToFaceTarget
|
||||||
- name: Unknown14
|
- name: Unknown14
|
||||||
- name: PreservesCombo
|
- name: PreservesCombo
|
||||||
- name: Unknown15
|
- name: Unknown15
|
||||||
|
|
Loading…
Add table
Reference in a new issue