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
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 4m53s
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user