<% title(t('yokai.title')) %> <% description("Automatically track your character's progress in the Yo-kai Watch Collaboration.") %> <%= render 'collection', collection: @minions, type: t('minions.title') %> <%= render 'collection', collection: @weapons, type: t('relics.weapons') %>
<%= link_to "#collapse-mounts", data: { toggle: 'collapse' }, class: 'unstyled' do %>
<%= t('mounts.title') %>
<% if character_selected? %>
<%= yokai_completion(@mounts, @mount_ids) %>
<% end %>
<% end %>
<% @mounts.each do |mount| %> <%= link_to(mount_path(mount), class: "mx-2 #{'missing' if yokai_missing?(mount, @mount_ids)}", data: { toggle: 'tooltip' }, title: mount.name) do %> <%= safe_image_tag("mounts/large/#{mount.id}.png", class: 'image-large') %> <% end %> <% end %>
<%= t('yokai.locations') %>
<% if character_selected? %> <% end %> <% @details.each do |yokai| %> <% yokai[:zones].each do |zone| %> <% end %> <% if character_selected? %> <% end %> <% end %>
<%= t('yokai.minion') %> <%= t('yokai.zone') %> 1 <%= t('yokai.zone') %> 2 <%= t('yokai.zone') %> 3 <%= t('yokai.weapon') %><%= t('owned') %>
<%= sprite(yokai[:minion], 'achievement') %> <%= zone %> <%= sprite(yokai[:weapon], 'achievement') %> <%= yokai_weapon_owned(yokai[:weapon], @achievement_ids) %>