<% title(@spell.name) %> <% description(@spell.description.truncate(150)) %> <% image(image_url("spells/#{@spell.id}.png", skip_pipeline: true)) %>
<%= sprite(@spell, 'spell') %>
<%= @spell.name %>
<%= t('spells.number') %> <%= @spell.order %>
<%= t('type') %>
<%= @spell.type.name %>
<%= spell_aspect(@spell) %>
<%= @spell.aspect.name %>
<%= t('spells.rank') %>
<%= spell_rank(@spell) %>
<%= render 'shared/ownership', collectable: @spell %>
<%= t('patch') %>
<%= @spell.patch %>
<%= t('tooltip') %>
<%= format_tooltip(@spell.tooltip) %>
<%= t('description') %>
<%= format_skill_description(@spell.description) %>
<%= t('spells.how_to_learn') %>
<%= sources(@spell, list: true) %>