Heimerdinger Presents:

CHAMPION DETAILS

{{ $champion->name }}

{{ $champion->title }}

{{ $champion->name }} Splash Art

{{ $champion->name }} Information

  • Full Title: {{ $champion->name }}, {{ $champion->title }}.
  • Popular Positions: @foreach ($champion->lanes->roles as $lane) {{ $lane }} @svg(getRoleIconSvg($lane), 'w-5 h-5 inline-block') @if (!$loop->last) - @endif @endforeach
  • Blue Essence Cost: {{ $champion->price_be }} BE
  • Riot Points Cost: {{ $champion->price_rp }} RP
  • Roles: @foreach ($champion->roles as $role) {{ $role }} @if (!$loop->last) - @endif @endforeach
  • Attack Type: {{ $champion->attack_type }}
  • Damage Type: {{ $champion->adaptive_type }}
  • Resource Type: {{ $champion->resource_type }}
  • Champion ID: {{ $champion->champion_id }}
  • Release Date: {{ $champion->release_date }}
  • Release Patch: Patch {{ $champion->release_patch }}

Advertisement

{{ $champion->name }} Streamers

A list of streamers who play {{ $champion->name }} and are atleast Diamond 2 or higher.

@foreach ($streamers as $streamer) @endforeach

{{ $champion->name }} Skins ({{ count($champion->skins) }})

@foreach ($champion->skins as $key => $skin) @endforeach

Advertisement

{{ $champion->name }} Lore

{{ $champion->lore }}