Bug: Fabricator Crafting Efficiency uses Sand instead of Earth mana #150

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

Bug Description

The crafting-efficiency discipline in the Fabricator tree uses sand (a composite element) as its mana type, but it should use earth (the base element associated with fabrication and material efficiency).

Fix Required

Change manaType: 'sand' to manaType: 'earth' in the crafting-efficiency discipline definition.

Affected File

  • src/lib/game/data/disciplines/fabricator.ts line 31
## Bug Description The `crafting-efficiency` discipline in the Fabricator tree uses `sand` (a composite element) as its mana type, but it should use `earth` (the base element associated with fabrication and material efficiency). ## Fix Required Change `manaType: 'sand'` to `manaType: 'earth'` in the `crafting-efficiency` discipline definition. ## Affected File - `src/lib/game/data/disciplines/fabricator.ts` line 31
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. Crafting Efficiency now uses earth mana instead of sand.

Closed — fixed in commit 8df3be5. Crafting Efficiency now uses earth mana instead of sand.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Anexim/Mana-Loop#150