Heimerdinger Presents:

SKIN DETAILS

{{$skin->skin_name}}

View champion info

{{$skin->skin_name}} Details

  • RP Cost: @if ($skin->rp_price == '99999') Not Available for RP @else {{ $skin->rp_price }} RP @endif
  • Release Date: {{$skin->release_date}}
  • Rarity: {{$skin->rarity}}
  • Availability: {{$skin->availability}}
  • Chromas: @if ($skin->chromas->count() > 0) {{$skin->chromas->count()}} @else None @endif
  • Lootable: {{$skin->loot_eligible ? 'Yes' : 'No'}}
  • New Effects: {{$skin->new_effects ? 'Yes' : 'No'}}
  • New Animations: {{$skin->new_animations ? 'Yes' : 'No'}}
  • New Recall: {{$skin->new_recall ? 'Yes' : 'No'}}
  • New Voice: {{$skin->new_voice ? 'Yes' : 'No'}}
  • New Quotes: {{$skin->new_quotes ? 'Yes' : 'No'}}
  • Voice Actor: @if(count($skin->voice_actor) < 1) Unknown @else @foreach($skin->voice_actor as $voice_actor) {{ $voice_actor }} @endforeach @endif
  • Splash Artist: @if(count($skin->splash_artist) < 1) Unknown @else @foreach($skin->splash_artist as $key => $splash_artist) {{ $splash_artist }} @if($key < count($skin->splash_artist) - 2) , @elseif($key == count($skin->splash_artist) - 2) & @endif @endforeach @endif

{{$skin->name}} Lore

@if($skin->lore) {!! $skin->lore !!} @else Heimerdinger has looked far and wide but could not find any lore for {{$skin->skin_name}}. But we're sure it's a great skin! The things we do know is that it was released on {{$skin->release_date}} and costs {{$skin->rp_price}} RP. @endif

{{$skin->name}} Chromas ({{count($skin->chromas)}})

@if(count($skin->chromas) < 1)

Sadly there are no chromas for {{$skin->skin_name}} yet.

@endif @foreach($skin->chromas as $key => $chroma)
{{$chroma->chroma_name}} {{$chroma->skin_name}} ScreenShot

{{$chroma->chroma_name}}

@endforeach