<%= @monster.name %>

<%= @monster.description %>

Game Data

GID: <%= @monster.gid %>

<% if @monster.whatnot %>
<%= JSON.pretty_generate(@monster.whatnot) %>
<% else %>

Monster has no additional data.

<% end %>