def getHeresyReactionDiceCommandResult(command)
        return nil unless command =~ /^HRT((\w\d*)(\w\d*))?/

        typeText1 = Regexp.last_match(2)
        typeText2 = Regexp.last_match(3)