+ All About {{ $champion->name }} +
+ +Champion Overview
++ {{ $champion->name }}, {{ $champion->title }}, is a powerful + {{ strtolower(implode('/', $champion->roles)) }} champion in League of Legends who is + mostly played + in + @if (isset($champion->lanes) && isset($champion->lanes->roles)) + {{ strtolower(implode(' and ', $champion->lanes->roles)) }} + @else + some lanes + @endif + of Summoner's Rift. First released on {{ $champion->release_date }} during Patch + {{ $champion->release_patch }}, {{ $champion->name }} has become known for their + {{ strtolower($champion->attack_type) }} playstyle and + {{ strtolower($champion->adaptive_type) }} damage output. +
+ ++ With {{ count($champion->skins) }} unique skins available, {{ $champion->name }} offers + plenty of customization options for players who enjoy this champion. + @if (count($champion->skins) <= 3) + While {{ $champion->name }} doesn't have many skins yet, each one offers a unique take + on this champion's theme. + @elseif (count($champion->skins) <= 6) + {{ $champion->name }} has a decent collection of skins to choose from, giving players + plenty of options to switch up their look. + @elseif (count($champion->skins) <= 10) + {{ $champion->name }} has a good amount of skins, including some really nice + reimaginings of the character. + @else + {{ $champion->name }} has a ton of skins to choose from, so players can really + customize their experience with this champion. + @endif +
+ ++ As a champion who uses {{ $champion->resource_type }} as their resource, + {{ $champion->name }} brings a unique set of abilities to League of Legends that makes them + a + great champ for any team comp. +
+Champion Stats +
+BE Cost:
+
RP Cost:
+
Role: + @foreach ($champion->roles as $role) + {{ ucfirst(strtolower($role)) }}{{ !$loop->last ? ', ' : '' }} + @endforeach +
+Damage: {{ $champion->adaptive_type }}
+Attack: + {{ ucfirst(strtolower($champion->attack_type)) }}
+Resource: {{ $champion->resource_type }} +
+Champion ID: + {{ $champion->champion_id }}
++ Looking for a {{ $champion->name }} icon for your profile? Check out our {{ $champion->name }} Icons List. +
++ Want to save on {{ $champion->name }} skins? Check our Sale Rotation Tracker to see if + any {{ $champion->name }} skins are currently discounted! +
+Gameplay Style
+ ++ {{ $champion->name }} is primarily played as a {{ strtolower(implode('/', $champion->roles)) }}, + leveraging their {{ strtolower($champion->attack_type) }} combat style to dominate + @if (isset($champion->lanes) && isset($champion->lanes->roles)) + in the {{ strtolower(implode(' or ', $champion->lanes->roles)) }}. + @else + on the Rift. + @endif + Since their release in Patch {{ $champion->release_patch }}, players have come up with a bunch of + different + strategies and builds to maximize {{ $champion->name }}'s potential. +
+ ++ As a {{ strtolower($champion->adaptive_type) }}-focused champion who uses + {{ $champion->resource_type }} to cast their abilities, {{ $champion->name }} requires players to + carefully manage their resources while positioning effectively to deal maximum damage. The + champion's design makes them particularly effective against + @if (strpos(strtolower(implode('', $champion->roles)), 'assassin') !== false) + squishy targets like ADCs and mages, allowing for quick kills in fights. + @elseif (strpos(strtolower(implode('', $champion->roles)), 'tank') !== false) + opponents by absorbing damage and disrupting enemy formations with CC. + @elseif (strpos(strtolower(implode('', $champion->roles)), 'mage') !== false) + grouped enemies with AoE abilities and burst damage. + @elseif (strpos(strtolower(implode('', $champion->roles)), 'marksman') !== false) + targets at range, dealing consistent damage throughout extended fights. High DPS. + @elseif (strpos(strtolower(implode('', $champion->roles)), 'support') !== false) + enemy strategies by providing utility, protection, and setup for teammates. + @elseif (strpos(strtolower(implode('', $champion->roles)), 'fighter') !== false) + both squishier targets and frontline opponents with a balance of damage and durability. + @else + a variety of opponents, adapting to different situations as needed. + @endif +
+ +{{ $champion->name }}'s Story
++ {{ $champion->lore }} +
+