Add Understanding Aggro Management in Tower Rush Scenarios
parent
9eb51ec1ce
commit
7c5f0a8259
|
|
@ -0,0 +1,15 @@
|
|||
<br>In the chaotic environment of a competitive arena battler, units seem to run wildly toward whatever is closest to them.<br>
|
||||
<br>This article will dissect the mathematics of sightlines, retargeting, and unit hitboxes to help you manipulate the AI flawlessly.<br>
|
||||
How Units See the Arena
|
||||
<br>Every single unit in the game possesses a hidden 'sight range' value, usually measured in invisible tiles.<br>
|
||||
<br>If a massive, slow-moving tank is lumbering toward your tower, you do not need to place your defense directly in front of it.<br>
|
||||
Use the arena tiles as a visual guide.Resetting aggro saves games.Flying units often have different pathing rules.
|
||||
Manipulating the Z-Axis and Hitboxes
|
||||
<br>One of the most complex aspects of aggro management involves understanding the physical size, or 'hitbox', of different units.<br>
|
||||
<br>For example, if an enemy Miner is locked onto your tower, you can deploy a large tank directly on top of him.<br>
|
||||
Targeting MechanicTactical ApplicationProximity PriorityThe enemy will always hit the skeleton firstAggro Reset on StunIf an Inferno Tower locks onto your tank, stun it with a spell while placing a swarm nearby
|
||||
Mastering the Grid
|
||||
<br>Reading about aggro ranges is completely different from actually executing pixel-perfect placements in the heat of a live match.<br>
|
||||
<br>Control the aggro, control the arena.<br>
|
||||
|
||||
For more information on [tower rush](https://git.beckmeyer.us/kaceypayton846/tower-rush1983/wiki/The-Importance-of-Map-Control-in-Tower-Rush) visit our own web-page.
|
||||
Loading…
Reference in New Issue