% title('Pay to Win') %> <% description('An analysis of Mog Station exclusive purchases and how they make the critically acclaimed MMORPG Final Fantasy XIV a pay-to-win game.') %>
| # | <%= t('name') %> | Price | Characters | Total |
|---|---|---|---|---|
| <%= link_to(mount_path(mount['collectable'])) do %> <%= sprite(mount['collectable'], 'mounts-small') %> <% end %> | <%= link_to(mount['collectable'].name, mount_path(mount['collectable']), class: 'name') %> | <%= number_to_currency(mount['price']) %> | <%= number_with_delimiter(mount['characters']) %> (<%= rarity(mount['collectable']) %>) | <%= number_to_currency(mount['total']) %> |
| <%= number_to_currency(@mounts.values.sum { |mount| mount['price']}) %> | (<%= number_with_delimiter(@characters) %>) | <%= number_to_currency(@mounts.values.sum { |mount| mount['total']}) %> |