ModernUO/Projects
Kamron Batman 925440cc1f refactor(throwing): scale DefMaxRange from MinThrowRange for clarity
Compute the STR-scaled range up from MinThrowRange (the clamp floor) rather
than MaxThrowRange - 3. Behavior-identical for the shipped weapons (where
MaxThrowRange == MinThrowRange + 3) but robust if a subclass overrides
MaxThrowRange, and clearer to read. Per final whole-branch review (L1).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-02 20:57:21 -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 fix(json): Rectangle3DConverter loses a z-level on write (#2506) 2026-06-25 23:42:49 -07:00
Server.Tests fix(json): Rectangle3DConverter loses a z-level on write (#2506) 2026-06-25 23:42:49 -07:00
UOContent refactor(throwing): scale DefMaxRange from MinThrowRange for clarity 2026-07-02 20:57:21 -07:00
UOContent.Tests fix(throwing): use RawDex for close-quarters mitigation (match ServUO/OSI) 2026-07-02 20:44:22 -07:00