-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Labels
optimizationImproving something existingImproving something existing
Description
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:)
SCED/src/playermat/Playmat.ttslua
Lines 793 to 807 in 10cc3d2
| -- 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 existingImproving something existing