From 6f00dd7ed7444c22abd71e100ef98e4f9ddfa677 Mon Sep 17 00:00:00 2001 From: ItsBexy <103910869+ItsBexy@users.noreply.github.com> Date: Fri, 8 Nov 2024 14:33:05 -0700 Subject: [PATCH] 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. --- Schemas/2024.08.02.0000.0000/ClassJobActionUI.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Schemas/2024.08.02.0000.0000/ClassJobActionUI.yml b/Schemas/2024.08.02.0000.0000/ClassJobActionUI.yml index 9490f28..b45566b 100644 --- a/Schemas/2024.08.02.0000.0000/ClassJobActionUI.yml +++ b/Schemas/2024.08.02.0000.0000/ClassJobActionUI.yml @@ -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.