Bug: Invoker disciplines should use Raw mana instead of elemental #151

Closed
opened 2026-05-27 10:22:53 +02:00 by Anexim · 1 comment
Owner

Bug Description

Invoker disciplines are about channeling raw mana into pacts with guardians, but both currently use elemental mana types instead of raw.

Disciplines to Fix

File Discipline ID Current manaType Should be
invoker.ts:14 pact-attunement light raw
invoker.ts:46 guardians-boon dark raw

Fix Required

Change manaType from the current elemental type to 'raw' for both disciplines.

Affected File

  • src/lib/game/data/disciplines/invoker.ts (lines 14 and 46)
## Bug Description Invoker disciplines are about channeling raw mana into pacts with guardians, but both currently use elemental mana types instead of `raw`. ## Disciplines to Fix | File | Discipline ID | Current manaType | Should be | |------|--------------|-----------------|-----------| | `invoker.ts:14` | `pact-attunement` | `light` | `raw` | | `invoker.ts:46` | `guardians-boon` | `dark` | `raw` | ## Fix Required Change `manaType` from the current elemental type to `'raw'` for both disciplines. ## Affected File - `src/lib/game/data/disciplines/invoker.ts` (lines 14 and 46)
Anexim added the ai:todo label 2026-05-27 10:22:53 +02:00
n8n-gitea was assigned by Anexim 2026-05-27 10:22:53 +02:00
Author
Owner

Closed — fixed in commit 8df3be5. Both invoker disciplines now use raw mana.

Closed — fixed in commit 8df3be5. Both invoker disciplines now use raw mana.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Anexim/Mana-Loop#151