mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-06 16:17:46 +00:00
Update ClassJobActionUI.yml
This sheet governs aspects of how actions are displayed in the "Actions & Traits" menu. - `UpgradeAction` (prev `Unknown0`): The upgraded version of a given action. - `BaseAction` (prev `Unknown1`): The base action to display. - `ComboTreeLayout` (prev `Unknown2`): Defines how an action is arranged within a combo diagram. - `GroupedCell` (prev `Unknown4`): Currently only used for MNK actions; arranges a set of actions together within a rectangular cell, instead of as a tree.
This commit is contained in:
parent
3109e8f779
commit
d8a89e8a19
1 changed files with 10 additions and 4 deletions
|
@ -1,7 +1,13 @@
|
|||
name: ClassJobActionUI
|
||||
fields:
|
||||
- name: Unknown0
|
||||
- name: Unknown1
|
||||
- name: Unknown2
|
||||
- name: UpgradeAction
|
||||
type: link
|
||||
targets: [Action]
|
||||
- name: BaseAction
|
||||
type: link
|
||||
targets: [Action]
|
||||
- name: ComboTreeLayout
|
||||
comment: Used to position the action within a combo tree diagram. Non-zero digits identify branches within the combo (eg, Hakaze -> Shifu -> Kasha is 100 -> 120 -> 121)
|
||||
- name: Unknown3
|
||||
- name: Unknown4
|
||||
- name: GroupedCell
|
||||
comment: Currently only used for MNK actions; displays a set of actions in a shared rectangular cell instead of a tree.
|
||||
|
|
Loading…
Add table
Reference in a new issue