From d2afb75b2cf512158d82ea2513ee4fb6662362a7 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 6 Jun 2021 14:15:59 -0400 Subject: Switch from power-based damage to damage types, replace block with resistance, and make natural 20 accuracy rolls always hit (and crit) --- app/views/characters/show.html.erb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'app/views/characters') diff --git a/app/views/characters/show.html.erb b/app/views/characters/show.html.erb index 75143ec..896280d 100644 --- a/app/views/characters/show.html.erb +++ b/app/views/characters/show.html.erb @@ -74,14 +74,6 @@ Evasion <%= @character.evasion(with_combat_style: true) %> - - Block - <%= @character.block(with_combat_style: true) %> - - - Block Value - <%= @character.block_value %> - -- cgit v1.2.3