feat: replace Metal Kite Shield with Metal Spell Focus offhand
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m31s
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m31s
This commit is contained in:
@@ -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.',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user