ModernUO/Projects/UOContent/Spells/Necromancy
Crome696 28513b00dd feat: implement Spell Focusing Sash (Closes #22)
Adds the Stygian Abyss-era Spell Focusing Sash with full lifecycle,
equipment stat block, and damage sequence behavior:

- New SpellFocusingSash (BaseMiddleTorso) with Brittle, Mana Increase,
  Defense Chance Increase, +10 Strength Requirement, and 255/255 durability.
- Context-menu enable/disable on the worn sash.
- Sequence damage modifier: -30 -> 0 over six casts, then +2 per cast
  capped at +30 (PvM) or +20 held for five casts (PvP), resetting at the
  peak, on target change, on unequip, on disable, on death, and on logout.
- Centralized eligibility gate (SpellFocusingEligible) and shared
  SpellHelper.Damage hooks, plus a direct hook in PainSpike.
- Brittle is forced on under Core.SA via AOS.IsBrittle.
- Regression tests covering stats/property ordering, enable state
  serialization, context-menu toggle, PvM and PvP sequences, target
  resets, disabled state, and non-eligible spells.
2026-07-10 08:03:19 +02:00
..
AnimateDeadSpell.cs chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
BloodOathSpell.cs fix(necromancy): correct Blood Oath duration, reflection, and expiry timing (#1690) (#2480) 2026-06-08 23:42:28 -07:00
CorpseSkin.cs fix: Fixes buffs don't start/stop properly. Streamlines constructor and Add/Remove buffs. (#2082) 2025-01-24 18:20:23 -08:00
CurseWeapon.cs fix: Fixes various memory leaks and spells (#1786) 2024-05-21 19:44:42 -07:00
EvilOmen.cs fix: Fixes buffs don't start/stop properly. Streamlines constructor and Add/Remove buffs. (#2082) 2025-01-24 18:20:23 -08:00
Exorcism.cs fix: Fixes various memory leaks and spells (#1786) 2024-05-21 19:44:42 -07:00
HorrificBeast.cs fix: Fixes various memory leaks and spells (#1786) 2024-05-21 19:44:42 -07:00
LichForm.cs fix: Fixes various memory leaks and spells (#1786) 2024-05-21 19:44:42 -07:00
MindRot.cs fix: Fixes buffs don't start/stop properly. Streamlines constructor and Add/Remove buffs. (#2082) 2025-01-24 18:20:23 -08:00
NecromancerSpell.cs fix: Fixes various memory leaks and spells (#1786) 2024-05-21 19:44:42 -07:00
PainSpike.cs feat: implement Spell Focusing Sash (Closes #22) 2026-07-10 08:03:19 +02:00
PoisonStrike.cs chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
Strangle.cs fix: Fixes buffs don't start/stop properly. Streamlines constructor and Add/Remove buffs. (#2082) 2025-01-24 18:20:23 -08:00
SummonFamiliar.cs fix: Updates SummonFamiliar & Tracking gumps to static (#2098) 2025-01-27 17:57:25 -08:00
TransformationSpell.cs fix: Fixes various memory leaks and spells (#1786) 2024-05-21 19:44:42 -07:00
VampiricEmbrace.cs fix: Fixes various memory leaks and spells (#1786) 2024-05-21 19:44:42 -07:00
VengefulSpirit.cs fix: Magic NPCs now use spell range (#1870) 2024-08-08 07:05:27 -07:00
Wither.cs fix: Fixes various memory leaks and spells (#1786) 2024-05-21 19:44:42 -07:00
WraithForm.cs fix: Fixes various memory leaks and spells (#1786) 2024-05-21 19:44:42 -07:00