Need opinions on enemy list (Xenosaga2)

This is how I’ve got my enemy data set up now. Anyone who’s played the game, can you see any evident fields missing? I’ve already put in a few enemies, but I want to make sure I have everything and it looks good before I start filling it up with everything.

<TABLE WIDTH=“85%” ALIGN=“CENTER” CLASS=“INFO” BORDER>

<TR>
<TH COLSPAN=“3” WIDTH=“50%”>Name</TH>
<TH COLSPAN=“3” WIDTH=“50%”>Type</TH>
</TR>

<TR>
<TD COLSPAN=“2” WIDTH=“33%” ALIGN=“CENTER” ROWSPAN=“3”><IMG SRC="./images/nopic.gif" ALIGN=“CENTER”>
</TD>
<TD WIDTH=“17%” ALIGN=“CENTER”>HP
</TD>
<TD WIDTH=“17%” ALIGN=“CENTER”>EXP
</TD>
<TD WIDTH=“16%” ALIGN=“CENTER”>Skill Points
</TD>
<TD WIDTH=“16%” ALIGN=“CENTER”>Class Points
</TD>
</TR>

<TR>
<TD WIDTH=“17%” ALIGN=“CENTER”>Break Zone
</TD>
<TD WIDTH=“17%” ALIGN=“CENTER”>Weak Attack Type
</TD>
<TD WIDTH=“16%” ALIGN=“CENTER”>Weak Attribute
</TD>
<TD WIDTH=“16%” ALIGN=“CENTER”>Drop<BR>(Rare)
</TD>
</TR>

<TR>

&lt;TD WIDTH="17%" ALIGN="CENTER"&gt;Location
&lt;/TD&gt;
&lt;TD WIDTH="50%" COLSPAN="3"&gt;Extra Notes
&lt;/TD&gt;

</TR>

</TABLE>

I think Location and Extra Notes should both be expanded. Location should take up the space currently with Extra Notes, and the notes should be underneath the entire table (colspan 5). XS2 has unusually hard regular enemies, so you should be giving an actual strategy for each of them.