fix: meditation multiplier cap 2.5x, discipline reactivation, Spire crash, earthShard recipe, fabricator E2E test
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 4m53s

This commit is contained in:
2026-05-31 16:12:47 +02:00
parent d081acb8da
commit 0232f2ac85
11 changed files with 312 additions and 19 deletions
@@ -164,6 +164,22 @@ export const MATERIAL_RECIPES: FabricatorRecipe[] = [
resultMaterial: 'crystalCrystal',
resultAmount: 1,
},
{
id: 'earthShardCraft',
name: 'Earth Shard',
description: 'Grind an Earth Attuned Crystal into a shard. Used for earth equipment crafting.',
manaType: 'earth',
equipmentTypeId: 'basicStaff',
slot: 'mainHand',
materials: { earthCrystal: 1 },
manaCost: 50,
craftTime: 1,
rarity: 'common',
gearTrait: 'Produces 1 Earth Shard',
recipeType: 'material',
resultMaterial: 'earthShard',
resultAmount: 1,
},
{
id: 'elementalCore',
name: 'Elemental Core',