-
Stats
-
Player
-
Name: {{subject.name.all.capital}}
+
Player
+
{{subject.name.all.capital}}
Health: {{subject.health.toFixed(0)}} / {{subject.maxHealth.toFixed(0)}}
{{stat}}: {{subject.stats[stat]}}
Status: {{subject.state}}
@@ -48,4 +47,7 @@ li {
a {
color: #42b983;
}
+.statblock {
+ margin: 16px;
+}