You should be able to get that stat through @active_battler.stat, replacing stat with the accessor method name for that stat. @active_battler is a hook to whichever battler (enemy or actor) that is attacking right now. So you'll also want to test to see if it's a Game_Actor if that stat is unique to party members only.