paper-dynasty-card-creation/defenders
Cal Corum 7fd691690c Fix pitcher hold rating: change pickoffs from override to bonus modifier
Pickoffs were using min(pick_cap, hold_num) which let high pickoff counts
completely override bad CS%, giving 31% of pitchers a -3 hold rating.
Now pickoffs act as a 1-3 point bonus on top of the CS%-based rating.
Pitchers with no CS data default to +2 (capped at -1 with pickoff bonus)
instead of the old +9.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 14:24:24 -05:00
..
__init__.py Refactor pit/bat/def to modules 2023-11-05 12:18:42 -06:00
calcs_defense.py Fix pitcher hold rating: change pickoffs from override to bonus modifier 2026-03-08 14:24:24 -05:00
creation.py End of season card data plus handedness bugfix 2024-10-16 22:35:35 -05:00
retrosheet_arm_calculator.py Card Creation Automation 2025-11-23 01:28:33 -06:00