--- id: 17014791-45fc-4cc9-9af7-d96b100982f6 type: code_pattern title: "Pitcher vs Batter schema differences in PD cards" tags: [paper-dynasty, python, pattern, custom-cards] importance: 0.6 confidence: 0.8 created: "2025-12-18T22:17:26.380148+00:00" updated: "2025-12-18T22:17:26.380148+00:00" --- Pitcher cards have different schema than batters: (1) double_cf instead of double_pull, (2) flyout_cf_b instead of flyout_a/flyout_bq, (3) no groundout_c, (4) xcheck_* fields for 29 fielder chances, (5) pitching block for starter/relief/closer ratings. Combined OPS formula also differs: batters use min(vL,vR), pitchers use max(vL,vR). Detection in YAML profiles via player_type field or presence of xcheck_p/double_cf in ratings.