1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-06 16:17:46 +00:00
EXDSchema/Schemas/2024.08.02.0000.0000/ClassJobActionUI.yml
ItsBexy 6f00dd7ed7
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.
2024-11-08 13:33:05 -08:00

13 lines
514 B
YAML

name: ClassJobActionUI
fields:
- 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: GroupedCell
comment: Currently only used for MNK actions; displays a set of actions in a shared rectangular cell instead of a tree.