From e6ef4ee72e0816e7e91e21787d04182476a41f6f Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 23 May 2021 17:55:21 -0400 Subject: Adjust combat stats table --- app/views/characters/show.html.erb | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'app/views') diff --git a/app/views/characters/show.html.erb b/app/views/characters/show.html.erb index fb44e8f..c497ea1 100644 --- a/app/views/characters/show.html.erb +++ b/app/views/characters/show.html.erb @@ -16,33 +16,37 @@ - + - + - + - + - + - + - + + + + +
WoundsCurrent Wounds <%= @character.wounds %>
Max HPMax HP <%= @character.max_hp %>
SpeedSpeed <%= @character.speed %>
AccuracyAccuracy <%= @character.accuracy %>
PowerPower <%= @character.power %>
EvasionEvasion <%= @character.evasion %>
BlockBlock <%= @character.block %>
Block Value<%= @character.block_value %>
-- cgit v1.2.3