feat: Per-combo reset options and preserve-position toggle #2

Merged
KnackAtNite merged 1 commits from feature/combo-reset-options into main 2026-03-03 00:39:22 +00:00
Contributor
  • Per-combo reset when: Game timer (default), Never, On target change,
    After X seconds. Never = cycle sequence without time/target reset.
    After seconds uses configurable 0.5–300s window.

  • Per-combo 'Preserve position when using other actions' (default on):
    when on, using another combo or any ability never resets this combo's
    step; it only resets per its own 'Reset when' setting. When off
    (original), using an action not in this combo resets it to step 1.

  • Optional ITargetManager via constructor for On target change; plugin
    loads if service unavailable (On target change no-op when null).

Made-with: Cursor

- Per-combo reset when: Game timer (default), Never, On target change, After X seconds. Never = cycle sequence without time/target reset. After seconds uses configurable 0.5–300s window. - Per-combo 'Preserve position when using other actions' (default on): when on, using another combo or any ability never resets this combo's step; it only resets per its own 'Reset when' setting. When off (original), using an action not in this combo resets it to step 1. - Optional ITargetManager via constructor for On target change; plugin loads if service unavailable (On target change no-op when null). Made-with: Cursor
Dawnsorrow added 1 commit 2026-03-02 17:04:31 +00:00
- Per-combo reset when: Game timer (default), Never, On target change,
  After X seconds. Never = cycle sequence without time/target reset.
  After seconds uses configurable 0.5–300s window.

- Per-combo 'Preserve position when using other actions' (default on):
  when on, using another combo or any ability never resets this combo's
  step; it only resets per its own 'Reset when' setting. When off
  (original), using an action not in this combo resets it to step 1.

- Optional ITargetManager via constructor for On target change; plugin
  loads if service unavailable (On target change no-op when null).

Made-with: Cursor
KnackAtNite merged commit ef0ed1bcf5 into main 2026-03-03 00:39:22 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KnackAtNite/ConfigurableCombo#2