Complex consumables: spell-like and special resolution #90
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Reference
Athemis/ds4#90
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Scope
Goal:
Context
No response
Update: Commit
8b94e096implements two consumables that were previously marked as complex: Stärketrank and Konzentrationstrank. Both now use consume active effects with dynamic duration via @ references (STR / MND rounds).Automation candidate backlogs have been split into dedicated tracking issues:
Both issues are scoped pragmatically into quick wins, small extensions, and out-of-scope items to support incremental delivery.
Status update: PR #107 introduces the shared action-effect runtime/service layer used by consume flow.
This does not directly implement additional complex consumables yet, but it reduces implementation risk for spell-like/special resolution items by centralizing target + formula + effect execution paths.