BriarBuild Guide by L0ganJG
Updated on August 30, 2024
9.6
402
Votes
32
grandmaster
Build Guide By L0ganJG 402 32 682,158 Views 17 Comments
402 32 682,158 Views 17 CommentsBriar Build Guide By L0ganJG Updated on August 30, 2024
GuideDiscussion (17)More Briar Guides
x
Did this guide help you? If so please give them a vote or leave a comment.You can even win prizes by doing so!
Vote
Comment
You must be logged in to comment. Please login or register.
I liked this Guide
I didn't like this Guide
Commenting is required to vote!
Thank You!
Your votes and comments encourage our guide authors to continue
creating helpful guides for the League of Legends community.
Recommended Items
Blade of the Ruined KingBlack CleaverPlated SteelcapsOverlord's BloodmailSundered SkySterak's GageGuardian Angel
Runes: PTA
123
Precision
Press the Attack
Triumph
Legend: Alacrity
Cut Down
Inspiration
Magical Footwear
Cosmic Insight
Bonus:
+9 Adaptive (5.4 AD or 9 AP)
+9 Adaptive (5.4 AD or 9 AP)
+10-180 Bonus Health
Spells:
12
Every Game
Flash
Smite
Items
Jungle Item / No potion
Mosstomper Seedling
Boots
Plated SteelcapsMercury's Treads
BC BOTRK IS STILL GOOD
Blade of the Ruined KingBlack CleaverPlated SteelcapsOverlord's BloodmailSundered SkySterak's GageGuardian Angel
TANKIEST FRONTLINE
Plated SteelcapsTitanic HydraBlack CleaverSundered SkySterak's GageGuardian AngelSpirit Visage
Lethality Assassin (Good against Squishies and your team needs damage)
Profane HydraThe CollectorLord Dominik's RegardsPlated SteelcapsEdge of NightGuardian AngelHubris
AP
Lich BaneSorcerer's ShoesStormsurgeRabadon's DeathcapShadowflameZhonya's Hourglass
Ability Order Every Game both builds
Briar Passive Ability
Q
W
E
R
Threats & Synergies
ThreatsSynergies
ExtremeMajorEvenMinorTiny
Show All
NoneLowOkStrongIdeal
Extreme Threats
Ideal Synergies
Elise
This champ always has an out to you. She will human E you, if that misses she will spider E you. Her range forces you to make a move which sucks. She has better 3 camp gank potential. Play for cross mapping and teamfights.
Synergies
IdealStrongOkLowNone
Champion Build Guide
{14.17} Rank 1 Briar / All Matchups ๐ฉธ๐ Briar Jungle LETHALITY AND BRUISER (CHECK NOTES) ! ๐ฉธ๐
By L0ganJG
Intro
Hi my name is Logan (L0ganJG) Jungle! I have been playing Briar since her release and been one of the highest ranked Briar mains in the world consistently every season. My motivation for learning Briar has given me the peak rank of over 800 LP Challenger. This in depth guide will show you the mind of a Briar Main and all the knowledge to succeed in playing Briar.
If you have any questions join me in my stream on twitch where I answer all questions live!
MY STREAM ๐ฉธ๐
COMBO GUIDE ON YOUTUBE
How to Win smite fights! ๐ค
Briar can be confusing with knowing who you will target in every situation. But just keep in mind that your Head Rush (Q): Q makes Briar prioritize that target.
So, in the circ*mstance you have to steal a dragon you would Blood Frenzy (Q): W1 over the wall, Q to the dragon, then W2 + Smite for tons of damage!
This can be tough when stealing baron because your Head Rush (Q): Q will make Baron push you off which can delay your Snack Attack (W): Snack Attack W2 + Smite combo but it is still realistic to pull off!
Briar Kit
|
|
|
|
|
L0ganJGBriar Guide
{14.17} Rank 1 Briar / All Matchups ๐ฉธ๐ Briar Jungle LETHALITY AND BRUISER (CHECK NOTES) ! ๐ฉธ๐
Intro
MY STREAM ๐ฉธ๐
COMBO GUIDE ON YOUTUBE
How to Win smite fights! ๐ค
Briar Kit
');}$('.side-toc__main--scrollable').on('wheel', function(e){var pos = parseInt($(this).attr('pos'));var max = $(this).find('.side-toc__main__inner').outerHeight() - 155;if(e.originalEvent.deltaY < 0) { // scrolling upif (pos > 10) {pos-=10;} else {pos = 0;}} else { // scrolling down if (pos+10 < max) {pos+=10;} else {pos = max;}}$(this).attr('pos',pos);$(this).find('.scroller').css('top',pos/max * 150);$(this).find('a').css('top',-pos);e.preventDefault();});var grabScroller = false;var currY;$('.scroller').on('mousedown',function(e){grabScroller = true;currY = e.pageY;$(this).addClass('dragging');e.preventDefault();});$(document).on('mousemove',function(e){if (grabScroller) {var cont = $('.side-toc__main--scrollable');var pos = parseInt(cont.attr('pos'));var max = cont.find('.side-toc__main__inner').outerHeight() - 155;var diff = e.pageY - currY;currY = e.pageY;pos += diff;if (pos < 0) { pos=0; }if (pos > max) { pos=max; }cont.attr('pos',pos);cont.find('.scroller').css('top',pos/max * 150);cont.find('a').css('top',-pos);e.preventDefault();}});$(document).on('mouseup',function(){if (grabScroller) { grabScroller = false; $('.scroller').removeClass('dragging'); }});});