Bug: Fabricator Crafting Efficiency uses Sand instead of Earth mana #150
Reference in New Issue
Block a user
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?
Bug Description
The
crafting-efficiencydiscipline in the Fabricator tree usessand(a composite element) as its mana type, but it should useearth(the base element associated with fabrication and material efficiency).Fix Required
Change
manaType: 'sand'tomanaType: 'earth'in thecrafting-efficiencydiscipline definition.Affected File
src/lib/game/data/disciplines/fabricator.tsline 31Closed — fixed in commit
8df3be5. Crafting Efficiency now uses earth mana instead of sand.