Implement tweak_archetype() and manual_adjustments() stubs
#12
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/paper-dynasty-card-creation#12
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
custom_cards/interactive_creator.py:354-368— Both interactive editing features return unchanged card data with "Feature coming soon" message. Users receive no indication their input was discarded.Priority: low | Labels: todo, enhancement
Implemented in PR #49: #49
tweak_archetype()— prompts for updated archetype stats (AVG/OBP/SLG/BB%/K% vs L and R, power profile, batted-ball profile, and baserunning for batters), then recalculates D20 card ratings using the existing calculator classes.manual_adjustments()— lets the user choose a split, displays all 22 D20 chance fields with a running total, accepts<field_number> <value>edits in a loop, and warns if the total deviates from 108.