summaryrefslogtreecommitdiff
path: root/app/views/application/_timer.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/application/_timer.html.erb')
-rw-r--r--app/views/application/_timer.html.erb10
1 files changed, 7 insertions, 3 deletions
diff --git a/app/views/application/_timer.html.erb b/app/views/application/_timer.html.erb
index a18e739..de82546 100644
--- a/app/views/application/_timer.html.erb
+++ b/app/views/application/_timer.html.erb
@@ -15,10 +15,14 @@
</div>
</div>
- <% most_recent_cs = current_char.character_skills.order(:updated_at).last %>
+ <% required_character_skills = current_char.activity.whatnot[:requirements]&.filter_map { |r| current_char.character_skills.find_by(skill: Skill.find_by_gid(r[:gid])) if r[:type] == "skill" } %>
<div class="text-center text-sm">
- <div class="text-xs"><%= most_recent_cs.skill.name %> level <%= most_recent_cs.level %></div>
- <div><%= most_recent_cs.xp_to_next_level %> XP to next level</div>
+ <% required_character_skills.each do |cs| %>
+ <div class="space-y-1">
+ <div class="text-xs"><%= cs.skill.name %> level <%= cs.level %></div>
+ <div><%= cs.xp_to_next_level %> XP to next level</div>
+ </div>
+ <% end %>
</div>
<div class="text-center text-sm my-2">