diff --git a/views/tables.dot b/views/tables.dot
index 53eff28..cec4f89 100644
--- a/views/tables.dot
+++ b/views/tables.dot
@@ -2,8 +2,13 @@
{{=item.name || ''}} |
{{=item.attack || ''}} |
- {{=item.damage || ''}} |
- {{=item.damagetype || ''}} |
+
+ {{~item.damage :damage}}
+ {{=damage.type || 'unknown'}}
+ {{=damage.value || '0' }}
+ {{~}}
+ |
+ {{=item.striketype || ''}} |
{{=item.range || ''}} |
{{=item.radius || ''}} |
{{=item.capacity || ''}} |