Skip to content

Improvement: Expand support for automatic setting of extra action token  #497

@Entrox-Licher

Description

@Entrox-Licher

In addition to there being more cases where the special action token could be automatically set (such as for once per round abilities), I wonder if it doesn't also make sense to change the data burden to be on the investigator cards instead of the playmats?

(Currently this functionality lives here:)

-- update the small token with special action for certain investigators
local SPECIAL_ACTIONS = {
["04002"] = 8, -- Ursula Downs
["01002"] = 9, -- Daisy Walker
["01502"] = 9, -- Daisy Walker
["01002-pb"] = 9, -- Daisy Walker
["06003"] = 10, -- Tony Morgan
["04003"] = 11, -- Finn Edwards
["08016"] = 14 -- Bob Jenkins
}
if smallToken ~= nil then
setObjectState(smallToken, SPECIAL_ACTIONS[activeInvestigatorId] or STATE_TABLE[class])
end
end

Metadata

Metadata

Assignees

Labels

optimizationImproving something existing

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions