1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-06 16:17:46 +00:00

Update ClassJobActionUI.yml (#35)

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:
ItsBexy 2024-11-08 14:33:05 -07:00 committed by GitHub
parent 3109e8f779
commit 6f00dd7ed7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.