Difference between revisions of "Turret damage"

From EVE University Wiki
Jump to: navigation, search
m
Line 101: Line 101:
 
No. Even if the guns are grouped on your screen, they are still treated separately. This can be seen by collecting damage data and comparing that with the expected damage distribution, it's very clear that it's a combination of several separate turret shots instead of a single one. It can also be deduced by looking at the turret group's damage output when shooting at hard to hit objects, like things deep into falloff, it's then possible to tell when one, two or more guns hit the target.
 
No. Even if the guns are grouped on your screen, they are still treated separately. This can be seen by collecting damage data and comparing that with the expected damage distribution, it's very clear that it's a combination of several separate turret shots instead of a single one. It can also be deduced by looking at the turret group's damage output when shooting at hard to hit objects, like things deep into falloff, it's then possible to tell when one, two or more guns hit the target.
  
==Fighting against turret ships==
+
==Fighting with and against turret ships==
A turrets ability to deal damage is dependant on range and angular velocity. The player who can control these have an advantage, so piloting matters. A lazy way of flying is to automatically orbit an enemy, it's good because it's easy but it has two disadvantages. The first is that the ship will fly in an almost straight line towards a distant target, which drops the angular velocity to nearly zero and gives the other person perfect tracking. This can be deadly. It is particularly important for small ships to be aware of this, so they approach at an angle to make themselves harder to hit. The second is that a change in speed of an orbiting ship will result in a quite sharp drop in angular velocity as that ship tries to get into a new orbit range. This change could be from either turning a web on and off, or by alternating between Approach and Keep at Range to destabilize the automatic orbit. Although difficult, manual flying can improve the damage output for turrets, but this is true for both ships though since they always have the same angular velocity to eachother.
+
A turrets ability to deal damage is dependant on range and angular velocity. The pilot who can control these can control the damage output. The tricky part is to help yourself more than you help your enemy.  
  
The Disruption EWAR module will reduce a turrets tracking and/or range. Ships are often fitted around an idea, like fighting at a certain range. So it can be demoralizing when a cheeky Disruptor interferes with that. If you think the enemy is too close for a range disruption script to have any effect, switch over to a tracking disruption script.
+
If your ship is faster, and the opponent is orbiting you, you can drop the angular velocity towards zero by using Approach. This will match your speed with the target and make you both fly in a straight line. If your ship is slower, and the opponent is orbiting you, you can make the angular velocity oscillate up and down by flying in a straight line as fast as you can. If you use Keep at Range with the same distance as your opponents orbit distance, your speed will drop down to zero (which can be suicidal if there are more enemies around). A manual 180° turn can also reduce the angular velocity, but this is quite hard to pull off and the practical effect may not be that great. It's hard to maximize the angular velocity, but it will happen as long as both ships try to orbit eachother at the same distance.
  
A ships speed is important for it's angular velocity, but so is the ships agility. The faster a ship can turn, the more speed it can use while orbiting closely to an enemy. Improving the speed is a tactical choice that gives better control over the range. Improving agility is a defensive choice that will make it harder for both you and your target to track eachother with turrets.
+
A tackler (typically a frigate whose job is to prevent an enemy from warping away) needs to keep his or hers angular velocity in mind to survive. If they approach a distant target straight on, they are easy to track and even the biggest guns with the worst tracking will hit for full damage. To be safe, a tackler need to approach at an angle, to keep the angular velocity up.
  
There are rigs and modules that improve tracking directly. However, since bigger targets are easier to track, a Target Painter will make someone more vulnerable to turrets too.
+
The Disruption EWAR module will reduce a turrets tracking and/or range. Since ships are often fitted around an idea, like fighting at a certain range, a disruptor can really mess with that. Always bring both range and tracking disruption scripts, you won't know which one you'll need until you start fighting.
  
Shield extenders increases the signature resolution (size) of a ship, which makes them slightly easier to track with turrets.  
+
A ships mass and inertia values determine how quickly it can turn. If it turns slowly, the speed will drop and the angular velocity will go down as well. Turning fast is mostly important for small ships that are fighting larger ones, so they can fly "under the guns" of their target and also be harder to hit by others. When two ships of similar sizes are fighting, raw speed seems more important than agility, because the one with the most speed has the most control.
 +
 
 +
There are rigs and modules that improve tracking directly. However, since bigger targets are easier to track, a Target Painter will also make someone easier to track. A Target Painter is an active module and will require more micromanagement of its pilot, but the good thing is that the victim is easier to track for everyone.
 +
 
 +
Shield extenders increases the signature resolution (size) of a ship, which makes them easier to track with turrets. Armor plates increases mass (slower turn speed) and reduces the top speed with afterburners and microwarp drives, which makes them easier to track too.
  
 
==Choosing turrets==
 
==Choosing turrets==

Revision as of 12:04, 6 July 2017

This article describes how damage from turrets is calculated. For general information on turret weapons, see Turrets. For information on how turrets function mechanically, see Turret mechanics.
This page should be updated due to game changes.
Reason: "parts into tracking" needs to be replaced with something new

Hit chance

A turret's chance to hit a target is calculated using the equation below. It will produce a result between 0 and 1, representing a probability between 0% and 100%. This value is then compared to a random number to see if the turret hits or misses.

[math]\pagecolor{Black}\color{White}\text{Chance to Hit} = {0.5^{\left({\left({\frac{V_{angular} \times 40000m}{WAS \times sig_{target}}}\right)^{2} + \left({\frac{max(0, Distance - opt_{turret})}{fall_{turret}}}\right)^{2}}\right)}}[/math]


Vangular is angular velocity (sideways movement between the attacker and the target, expressed as an angle (in radians) per second)

WAS is the turrets tracking value (listed on the info window, previously called Weapon Accuracy Score) and means how well the turret can hit a moving target

sigtarget is target signature radius (aka target size, a big target is easier to track)

Distance is the range in meters

optturret is optimal range of turret

fallturret is falloff range of turret

Click to enlarge

The hit chance equation has the form of x(a+b), which can also be written as xaxb. In this case, x = 0.5, a = all tracking terms and b = all range terms. In other words, the hit chance equation can be thought of as having two separate parts (tracking and range), which are calculated individually and then multiplied at the end to get the final hit chance. This means that tracking and range don't interfere with one another, they are indeed two seperate things.

The equation also shows that the reduction of hit chance from falloff and tracking respectively follow the same pattern. This is because they both look like 0.5(something / x)2, where x is either tracking or falloff. The only differance between them are the input variables, the output look identical.

Example: At a range equal to optimal+falloff the range part of the equation becomes 0.51, which means a 50% chance to hit. Against a target with the same angular velocity (rad/s) as a turrets tracking value multiplied with the targets size and divided by 40000m, the tracking part of the equation becomes 0.51, which is also a 50% chance to hit. In the first case the full falloff range was used, in the second case the full turret tracking was used, and since they both follow the same pattern they end up at the same hit chance.

Falloff and optimal range

A target inside the optimal range of a turret will be hit 100% of the time, assuming no tracking is required.

Falloff is an additional range that goes beyond the optimal. Falloff is different than optimal in the sense that it reflects a gradual loss of hit chance. When a target is at optimal+falloff the hit chance is down to 50%. At optimal+(2 x falloff) the hit chance is down to 6.25%, but it's important to note that hits are still possible.

When using turrets that fight inside falloff ranges it can be useful to know that being at optimal+(falloff / 3) results in -11% average damage, being at optimal+(falloff / 2) results in -22% average damage and being at optimal+falloff results in -61% average damage (note: average damage falls faster than hit chance due to how the random damage interval is calculated, see below).

Falloff and optimal ranges are visible in the turrets info window. They are further modified by skills, ammo, modules, hull bonuses and incoming tracking disruptors. Target distance is visible on the overview.

Turret tracking

Tracking is a value that represents how well your turret can follow a moving ship. The equation is not fully realistic, it doesn't consider if the attacking ship is spinning around itself, it only considers the relative movement between the attacker and the target. This relative movement can from the attackers point of view be looked at as a change of the angle to the target, this angular velocity can be seen on the overview. But don't make the mistake of thinking that a turret can hit a target just because it can turn fast enough to follow the angular velocity of a target, it would be more realistic if it could, but it's not how the equation works. Instead it behaves just like falloff, so when the turret turns as fast as the target moves, the chance to hit is 50%. This also means that the turret has a chance to hit a target that is moving faster than the turret can. With the updates to tracking it became easier to compare the tracking ability of turrets, but it also made the numbers more abstract and harder to understand, since the turrets own turn speed is no longer given in rad/s which is the unit used for Angular Velocity that is seen on the overview. To get a turrets tracking value in rad/s, so it can be compared against to the targets angular velocity the following equation must be used:

turret tracking in rad/s = Turret tracking x Target Signature Resolution / 40000m

There is of course no time or need to use math in combat. But it is helpful when one is trying to figure out what a bonus or a penalty to tracking will actually do. As stated earlier, falloff and tracking follow the same pattern, so a +10% bonus to tracking will have the same proportional impact on hitting a moving target, as would a +10% bonus to falloff have on hitting a target out in falloff range.

Turret tracking is visible in turret info window. It is modified by skill, ammo, modules, hull bonuses and incoming tracking disruptors.

Angular velocity

This can be a tricky concept. Instead of measuring the speed as m/s or miles/hour, a speed can also be measured as the percieved change in the angle to an object from a certain location. A good example is the suns movement across the sky, where it moves 360° in 24 hours. If the sun is moving away or towards us is irrelevant, that wouldn't change the angle, only sideways movement will.

Just as a circle can be described as an angle of 360°, it can also be described as an angle of 2π radians. Meaning that one radian equals to (360/2π) roughly 57°.

The ingame overview can show the angular velocity of a target if you open the settings and tick a box under the tab called columns. Angular velocity is used to determine the penalty to the hit chance based on the turret's tracking ability. Relying on high angular velocities to stay alive is called speed tanking (not to be mixed up with kiting, which is to keep something at range).

Angular velocity is calculated as ω=vt/d, where vt is tranversal velocity of the target relative to shooter and d is distance to target. The shooter and target will both have same angular velocity to each other.

Target Signature Radius

Every ship has a size that is treated as a sphere when they are being shot at. The target signature radius describes how big this sphere is. The signature radius is only used in the tracking part of the hit chance equation. So it only matters for tracking, it has no impact on the loss of hit chance due to long ranges.

Target signature radius is visible in ship fitting window. It is modified by modules, hull bonuses and incoming target painters.

Damage

The damage that a turret deal will be randomly spread around a fixed value called base damage. The base damage is calculated from the turret's Damage Multiplier attribute, the ammo's damage values, hull modifiers and skills.

Random damage interval

At the heart of each turret's damage output is a single randomly generated value between 0 and 1 that is several digits long. This random number is used both to determine if the turret hits the target and then to determine how much damage that hit actually did. If the random number is less than 0.01 (1% chance) it is a perfect hit and deals 300% of the base damage. A funny result of this is that when the hit chance is 1% or less, only misses and perfect hits can occur.

The damage modifier of the shot is calculated with the following formula, the first 0.01 of the random number interval is used for perfect hits which leads to a fixed damage modifier of x3:

Damage modifier = Random number[0.01,1] + 0.49

The base damage is multiplied by the damage modifier to get the final damage.

The combat log will show the quality of a hit as follows

Hit description Random damage modifier
Barely scratches 0.500–0.625
Hits lightly 0.625–0.750
Hits 0.750–1.000
Well aimed 1.000–1.250
Excellent 1.250–1.490
Perfectly 3.000

Average damage

A turret with a hit chance of 100% will strike for 50% - 149% of its base damage in every non perfect hit. But since the same random number is used to determine both hit or miss as well as the damage modifier, this means that the upper damage interval will begin to shrink when the hit chance is decreased. The average damage is thus reduced in two ways, firstly by having some shots miss and deal no damage at all, and secondly by having the upper damage interval decrease. So the average damage will always be reduced more than the hit chance is.

Example: When the hit chance of a turret is 70% the damage interval has shrunk to 50% - 119% for all non perfect hits. When combined, these two things results in an average damage of just 61.3% (69%*(50%+119%)/2+1%*3) of the base damage.

Will grouping guns change the damage?

No. Even if the guns are grouped on your screen, they are still treated separately. This can be seen by collecting damage data and comparing that with the expected damage distribution, it's very clear that it's a combination of several separate turret shots instead of a single one. It can also be deduced by looking at the turret group's damage output when shooting at hard to hit objects, like things deep into falloff, it's then possible to tell when one, two or more guns hit the target.

Fighting with and against turret ships

A turrets ability to deal damage is dependant on range and angular velocity. The pilot who can control these can control the damage output. The tricky part is to help yourself more than you help your enemy.

If your ship is faster, and the opponent is orbiting you, you can drop the angular velocity towards zero by using Approach. This will match your speed with the target and make you both fly in a straight line. If your ship is slower, and the opponent is orbiting you, you can make the angular velocity oscillate up and down by flying in a straight line as fast as you can. If you use Keep at Range with the same distance as your opponents orbit distance, your speed will drop down to zero (which can be suicidal if there are more enemies around). A manual 180° turn can also reduce the angular velocity, but this is quite hard to pull off and the practical effect may not be that great. It's hard to maximize the angular velocity, but it will happen as long as both ships try to orbit eachother at the same distance.

A tackler (typically a frigate whose job is to prevent an enemy from warping away) needs to keep his or hers angular velocity in mind to survive. If they approach a distant target straight on, they are easy to track and even the biggest guns with the worst tracking will hit for full damage. To be safe, a tackler need to approach at an angle, to keep the angular velocity up.

The Disruption EWAR module will reduce a turrets tracking and/or range. Since ships are often fitted around an idea, like fighting at a certain range, a disruptor can really mess with that. Always bring both range and tracking disruption scripts, you won't know which one you'll need until you start fighting.

A ships mass and inertia values determine how quickly it can turn. If it turns slowly, the speed will drop and the angular velocity will go down as well. Turning fast is mostly important for small ships that are fighting larger ones, so they can fly "under the guns" of their target and also be harder to hit by others. When two ships of similar sizes are fighting, raw speed seems more important than agility, because the one with the most speed has the most control.

There are rigs and modules that improve tracking directly. However, since bigger targets are easier to track, a Target Painter will also make someone easier to track. A Target Painter is an active module and will require more micromanagement of its pilot, but the good thing is that the victim is easier to track for everyone.

Shield extenders increases the signature resolution (size) of a ship, which makes them easier to track with turrets. Armor plates increases mass (slower turn speed) and reduces the top speed with afterburners and microwarp drives, which makes them easier to track too.

Choosing turrets

Each group of weapon have several choices. For blasters (short range hybrid weapon) there are three different kinds: Electron, Ion and Neutron (from weakest to strongest). The electron have the best tracking, the neutron have the best damage and range. Which one is best? It turns out that the higher damage choice is pretty much always better. This is because the higher tracking weapon can only start to compete when the average damage output has already dropped significantly.

References

http://forum.eveuniversity.org/viewtopic.php?p=201888#201888

http://forum.eveuniversity.org/viewtopic.php?p=216525#p216525

http://www.hostile.dk/files/eve/eve-tracking101.swf

https://www.reddit.com/r/Eve/comments/5h24bk/turrets_listed_signature_resolution_is_40km/