Task: Replace Metal Kite Shield with offhand spell focus/orb #159
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
The Fabricator recipe "Metal Kite Shield" produces a shield (
runicShield) for the offHand slot, but shields don't make sense for an immortal wizard player. It should be replaced with an offhand spell focus or orb.Current State
src/lib/game/data/fabricator-recipes.tslines 84-98:Fix Required
spellFocusormanaOrb) in a new or existing equipment data file+20% block chancewith a meaningful stat like+X% Enchantment Poweror+X Mana RegenAffected Files
src/lib/game/data/fabricator-recipes.ts(lines 84-98)src/lib/game/data/equipment/catalysts.tsor add to existing)src/lib/game/data/equipment/index.ts— re-export new typeStarting work on #159 — Replace Metal Kite Shield with offhand spell focus. Will create new equipment type and update recipe.
Fixed #159 — Replaced Metal Kite Shield with Metal Spell Focus.
Changes:
catalysts.ts: AddedSPELL_FOCUS_EQUIPMENTwithmetalSpellFocus(offHand slot, 50 capacity)equipment-types-data.ts: AddedSPELL_FOCUS_EQUIPMENTto the combined mapindex.ts: ExportedSPELL_FOCUS_EQUIPMENTfabricator-recipes.ts: UpdatedmetalShieldrecipe to producemetalSpellFocusinstead ofrunicShield, renamed to "Metal Spell Focus"All 902 tests pass. Committed and pushed as
2c88d3c.