ModernUO/Projects
Kamron Batman 9813e0668a refactor(weapon): fold lower-requirements into AosWeaponAttributes.GetProperties
Mirrors the armor change: LowerStatReq (1060435) is now emitted inside
AosWeaponAttributes.GetProperties in cliloc order (between the Hit* block and MageWeapon)
via a passed-in value, instead of inline after the family block. BaseWeapon passes the
computed GetLowerStatReq() (raw + resource lower-requirements); inline line removed.
2026-06-26 00:48:50 -07:00
..
Application feat(build-tool): add application icon and refresh MUO.ico (#2487) 2026-06-14 11:59:54 -07:00
BuildTool feat(build-tool): add application icon and refresh MUO.ico (#2487) 2026-06-14 11:59:54 -07:00
Logger fix: Fixes publishing with build tool (#2398) 2026-04-04 00:35:39 -07:00
Server feat(pathfinding): multi-aware mask synthesizer + warm interior cache for house/boat cells (#2479) 2026-06-09 08:02:05 -07:00
Server.Tests fix(tests): single shared bootstrap; idempotent SerializationThreadWorker.Exit (#2473) 2026-06-07 12:36:37 -07:00
UOContent refactor(weapon): fold lower-requirements into AosWeaponAttributes.GetProperties 2026-06-26 00:48:50 -07:00
UOContent.Tests refactor(weapon): fold lower-requirements into AosWeaponAttributes.GetProperties 2026-06-26 00:48:50 -07:00