ModernUO/Projects/UOContent/Items/Skill Items/Magical
Jack 6745cf2075
feat: Adds Mobile.Murderer virtual property, consolidates kill-threshold checks (#2355)
## Summary

- Adds `public virtual bool Murderer => Kills >= 5` property to `Mobile`, replacing ~30 scattered `Kills >= 5` / `Kills < 5` magic-number checks across the codebase
- `BaseCreature` overrides `Murderer` to also return `true` when `AlwaysMurderer` is set
- Updates `Corpse` serialization to v15, storing `_murderer` as a `bool` field (migrated from `int Kills >= 5` in earlier versions)
2026-03-06 08:36:41 -08:00
..
Misc feat: Adds Mobile.Murderer virtual property, consolidates kill-threshold checks (#2355) 2026-03-06 08:36:41 -08:00
Potions fix: Fixes container enumeration not recycling pooled arrays (#2341) 2026-02-17 09:54:32 -08:00
Scrolls fix: Optimizes items to use default weights. (Part 4) (#2243) 2025-07-24 23:29:29 -07:00
BookOfBushido.cs fix: Codegens spellbooks (#1349) 2023-02-24 19:04:21 -08:00
BookOfChivalry.cs fix: Codegens spellbooks (#1349) 2023-02-24 19:04:21 -08:00
BookOfNinjitsu.cs fix: Codegens spellbooks (#1349) 2023-02-24 19:04:21 -08:00
MysticSpellbook.cs fix: Codegens spellbooks (#1349) 2023-02-24 19:04:21 -08:00
NecromancerSpellbook.cs fix: Codegens spellbooks (#1349) 2023-02-24 19:04:21 -08:00
Runebook.cs fix: Optimizes items to use default weights. (Part 4) (#2243) 2025-07-24 23:29:29 -07:00
Spellbook.cs feat: Adds Feature Flag System (#2328) 2026-02-07 12:02:57 -08:00
SpellweavingBook.cs fix: Codegens spellbooks (#1349) 2023-02-24 19:04:21 -08:00