pub fn parse_card_stat_i32( card_def: &CardDef, stat_key: &str, ) -> Result<i32, String>
Get a card’s stat as an integer, returning Result for better error handling