Difference between revisions of "Missile mechanics"
Line 80: | Line 80: | ||
<br> | <br> | ||
− | {| width=" | + | {| width="300" border="1" cellpadding="1" cellspacing="1" |
|+ Explosion Velocities for Missiles | |+ Explosion Velocities for Missiles | ||
|- | |- | ||
Line 158: | Line 158: | ||
|} | |} | ||
− | + | One final chart will be needed. This chart will indicate how many times faster than the missile's effective explosion velocity you must travel to reduce the incoming damage by a given amount, roughly. | |
− | + | [[File:damageReduc.png]] | |
− | |||
− |
Revision as of 06:07, 17 December 2011
This article takes a look at mathematics behind missiles. We look at the equations that govern how far your missiles will travel and how much damage they deal. There's some math at the beginning, but you can skip over this if you wish.
Missile Damage Output
First Look at the Damage Equation
Here is the equation for missile damage:
If this looks daunting, then skip ahead to read the applications of the formula to combat. Here are the terms in the equation:
- D : base damage of missile
- S : Signature radius of target
- E : explosion radius of missile
- Ve: explosion velocity of missile
- Vt: velocity of target
- drf: damage reduction factor of missile
The log function used here is in base e, not base 10. You may have seen it written as ln. Note that unlike the turret damage equation, the missile damage does not care about angular velocity, but absolute velocity. To find your damage, the game computes each of the three numbers you see, picks the smallest of the, and multiplies that by the base damage. The damage reduction factor is a hidden stat, but seems to be the same for all missiles of a given size.
Missile Type | DRF | log(DRF)/log(5.5) |
Rocket | 3.0 | 0.644 |
Light Missile | 2.8 | 0.604 |
Assault Missile | 4.5 | 0.8823 |
Heavy Missile | 3.2 | 0.6823 |
Torpedo | 5.0 | 0.9441 |
Cruise Missile | 4.5 | 0.8823 |
Citadel Torpedo | 5.5 | 1.0 |
Citadel Cruise Missile | 4.5 | 0.8823 |
Note that you want a small DRF, since smaller powers of numbers less than 1 are larger.
Typical S/E Values
Below is a table that lists some expected values for S/E for each missile type against various hull sizes:
Speed Tanking Missile Damage
We will now look at what velocities you can speed tank missile damage, and how much damage reduction you can get from speed tanking. To start, we'll assume that S/E = 1. Of course, the table above shows that this is very wrong, but you can factor in this by multiplying the explosion velocity Ve by S/E, which will adjust the figures appropriately. Hence, if a ship fires a standard light missile at a frigate then we multiply the explosion velocity of 170 by S/E, which will be about 80%, which gives us an effectively explosion velocity of about 136. Below is a list of explosion velocities for most missiles.
Rockets |
Standard | 150 |
Anti-Ship | 150 | |
Range | 150 | |
Light | Standard | 170 |
Anti-Ship | 174 | |
Precision | 179 | |
Heavy | Standard | 81 |
High Damage | 97 | |
High Precision | 87 | |
Heavy Assault | Standard | 101 |
Anti-Ship | 93 | |
Range | 101 | |
Cruise | Standard | 69 |
High Damage | 58 | |
High Precision | 71 | |
Torpedoes | Standard | 71 |
High Damage | 61 | |
Range | 71 |
One final chart will be needed. This chart will indicate how many times faster than the missile's effective explosion velocity you must travel to reduce the incoming damage by a given amount, roughly.