diff --git a/web/templates/weaponrow.ejs b/web/templates/weaponrow.ejs
index 499d330..e5813b3 100644
--- a/web/templates/weaponrow.ejs
+++ b/web/templates/weaponrow.ejs
@@ -54,4 +54,5 @@
<%= defense ? "+" + defense + " Def" : "" %> |
<%= phial %> |
+<%= shelling_type %> |
diff --git a/web/templates/weaponstats.ejs b/web/templates/weaponstats.ejs
index 9182709..64e6504 100644
--- a/web/templates/weaponstats.ejs
+++ b/web/templates/weaponstats.ejs
@@ -2,7 +2,8 @@
| <%= name %> |
(<%= wtype %>) |
-<% if (phial) { %><<%= phial %> Phial><% } %> |
+<% if (phial) { %><<%= phial %> Phial><% } %> |
+<% if (shelling_type) { %><<%= shelling_type %>><% } %> |
<%= Array(num_slots + 1).join("o")
%><%= Array(3 - num_slots + 1).join("-") %> |