From cd304a3237fdafc410187a2cec49de2b6b94d425 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 23 May 2021 17:14:26 -0400 Subject: Combat Statistics table on character#show --- app/views/characters/show.html.erb | 50 +++++++++++++++++++++++++++++++++----- 1 file changed, 44 insertions(+), 6 deletions(-) (limited to 'app/views') diff --git a/app/views/characters/show.html.erb b/app/views/characters/show.html.erb index 819881b..fb44e8f 100644 --- a/app/views/characters/show.html.erb +++ b/app/views/characters/show.html.erb @@ -11,10 +11,48 @@

Learned <%= @character.learned_activities.count %> recipe(s) or technique(s).

-

Skills

+
+

Combat Statistics

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Wounds<%= @character.wounds %>
Max HP<%= @character.max_hp %>
Speed<%= @character.speed %>
Accuracy<%= @character.accuracy %>
Power<%= @character.power %>
Evasion<%= @character.evasion %>
Block<%= @character.block %>
+
+ +
+

Skills

- + +
-- cgit v1.2.3