From 943e08a1c6ea36dece0cf64f4a3256dc251c9e58 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sat, 5 Jun 2021 20:49:46 -0400 Subject: Expand resistances code to have meta resistances: physical and energy --- app/views/characters/show.html.erb | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'app/views') diff --git a/app/views/characters/show.html.erb b/app/views/characters/show.html.erb index 09e2400..7875a24 100644 --- a/app/views/characters/show.html.erb +++ b/app/views/characters/show.html.erb @@ -103,19 +103,19 @@ Bash <%= @character.resistance("bash") %> - + Arcane <%= @character.resistance("arcane") %> - + Fire <%= @character.resistance("fire") %> - + Frost <%= @character.resistance("frost") %> - + Lightning <%= @character.resistance("lightning") %> @@ -125,27 +125,27 @@
- + - + - + - + - + - + -- cgit v1.2.3
Acid <%= @character.resistance("acid") %>
Thunder <%= @character.resistance("thunder")%>
Radiant <%= @character.resistance("radiant") %>
Necrotic <%= @character.resistance("necrotic") %>
Poison <%= @character.resistance("poison") %>
Bleed <%= @character.resistance("bleed") %>