feat: replace Metal Kite Shield with Metal Spell Focus offhand
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m31s

This commit is contained in:
2026-05-27 12:39:55 +02:00
parent 5f46948568
commit 2c88d3c395
6 changed files with 20 additions and 7 deletions
+3 -3
View File
@@ -84,10 +84,10 @@ export const FABRICATOR_RECIPES: FabricatorRecipe[] = [
},
{
id: 'metalShield',
name: 'Metal Kite Shield',
description: 'A polished metal shield. Reliable protection without excessive weight.',
name: 'Metal Spell Focus',
description: 'A metal orb that amplifies spellcasting. Boosts enchantment power.',
manaType: 'metal',
equipmentTypeId: 'runicShield',
equipmentTypeId: 'metalSpellFocus',
slot: 'offHand',
materials: { manaCrystalDust: 7, arcaneShard: 4, elementalCore: 1 },
manaCost: 450,