diff --git a/src/components/Statblock.vue b/src/components/Statblock.vue index f610c23..cd1c295 100644 --- a/src/components/Statblock.vue +++ b/src/components/Statblock.vue @@ -25,20 +25,12 @@
-
- -
{{ subject.bulk }}
+
+ +
{{subject.voreStats[stat]}}
-
Bulk
-
How much space you take up
-
-
-
- -
{{ subject.containers.reduce((total, container) => total + container.contents.length, 0) }}
-
-
Prey Count
-
How many things you've eaten
+
{{ stat }}
+
{{ voreStatDescs[stat] }}
@@ -51,7 +43,7 @@