\documentclass[a4paper,11pt]{article}
\usepackage[margin=2cm]{geometry}
\usepackage{multicol}
\usepackage{multicoltab}

\begin{document}

\begin{multicols}{2}
\begin{multicoltab}{@{}p{1.8cm}X@{}}
  Term & Meaning \\
  Armor & Reduces the damage received by a character. \\
  Shield & Can improve the character's defense. \\
  Torch & Provides light in dark places. \\
  Rope & Useful for climbing, tying and securing equipment. \\
  Map & Helps the group avoid getting lost.
\end{multicoltab}
\end{multicols}

\end{document}
