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
+12
View File
@@ -29,3 +29,15 @@ export const CATALYST_EQUIPMENT: Record<string, EquipmentType> = {
description: 'A rare catalyst touched by void energy. High capacity but volatile.',
},
};
// ─── Off Hand - Spell Foci ──────────────────────────────────────────
export const SPELL_FOCUS_EQUIPMENT: Record<string, EquipmentType> = {
metalSpellFocus: {
id: 'metalSpellFocus',
name: 'Metal Spell Focus',
category: 'catalyst',
slot: 'offHand',
baseCapacity: 50,
description: 'A metal orb that amplifies spellcasting. Boosts enchantment power.',
},
};