From aac7563767c5fbc5ef67f4d615833e7523a46df7 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sat, 29 May 2021 17:19:56 -0400 Subject: Conditions and states (boons & banes), with `quarrying_draught` --- app/views/characters/show.html.erb | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'app/views') diff --git a/app/views/characters/show.html.erb b/app/views/characters/show.html.erb index 1b5439a..ee81e76 100644 --- a/app/views/characters/show.html.erb +++ b/app/views/characters/show.html.erb @@ -14,6 +14,19 @@

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

+
+

Boons & Banes

+ <% if @character.active_states.any? %> + + <% else %> +

No boons or banes affect you.

+ <% end %> +
+ <% if @character == current_char %>

Combat Styles

<%= form_with url: character_combat_styles_path(character_id: @character) do |f| %> -- cgit v1.2.3