Skip to content

Conversation

@sbago
Copy link

@sbago sbago commented Oct 26, 2025

see in ActionManager.Instance()->GetRecastTime(ActionType.Item,itemId)

ActionManager.Instance()->GetRecastTime(ActionType.Item,itemId) =>

var actionId = Svc.Data.GetExcelSheet<Lumina.Excel.Sheets.Item>().GetRow(id).ItemAction.Value.Type;
var CooldownGroup = Svc.Data.GetExcelSheet<Lumina.Excel.Sheets.Action>().GetRow(actionId).CooldownGroup;
var RecastGroupDetail = ActionManager.Instance()->GetRecastGroupDetail(CooldownGroup - 1);
return RecastGroupDetail->Total;

@github-actions

This comment has been minimized.

@Haselnussbomber
Copy link
Contributor

Very interesting, and totally making sense. So the ItemAction sheet is the relation between the Item and Action sheets.
Maybe the column should be renamed to Action then?

Rename "Type" to "Action".
@sbago
Copy link
Author

sbago commented Oct 27, 2025

Very interesting, and totally making sense. So the ItemAction sheet is the relation between the Item and Action sheets. Maybe the column should be renamed to Action then?

On it! Renaming the column to 'Action' now.

@github-actions
Copy link
Contributor

✅ Validation succeeded

@WorkingRobot WorkingRobot merged commit c544806 into xivdev:latest Nov 5, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants