Difference between revisions of "Missle Damage"

From Agony Unleashed
Jump to: navigation, search
(Nominated for deletion)
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
==[[Category:Agony]]==
 
Information provided by Aldus Lightwing
 
  
Edited by Admiral Phobos for content
+
{| align="center" width="66%" style="background-color:#FFADB9;" cellpadding="20" cellspacing="0" border="1"
 +
|-
 +
|width="50px"|[[Image:Info.png|center]]
 +
|This article has been nominated for deletion. If you do not wish the page to be deleted please make your opinion known to the administrators.
 +
|}
  
==Damage Calculator==
 
  
This has been tested using all T1 missiles against a number of different ship sizes and speeds (see posts and spreadsheet below)
 
  
It is:
 
  
Damage = Base_Damage * MIN(MIN(sig/Er,1) , (Ev/Er * sig/vel)^(log(drf) / log(5.5)) )
+
[[Category:Articles for Deletion]]
 +
 
 +
[[Category:Agony]]
 +
 
 +
 
 +
This formula for calculating damage done by missiles has been tested using all T1 missiles against a number of different ship sizes and speeds. It is:
 +
 
 +
'''Damage = Base_Damage * MIN(MIN(sig/Er,1) , (Ev/Er * sig/vel)^(log(drf) / log(5.5)) )'''
  
 
Where
 
Where

Latest revision as of 04:10, 6 March 2016

Info.png
This article has been nominated for deletion. If you do not wish the page to be deleted please make your opinion known to the administrators.


This formula for calculating damage done by missiles has been tested using all T1 missiles against a number of different ship sizes and speeds. It is:

Damage = Base_Damage * MIN(MIN(sig/Er,1) , (Ev/Er * sig/vel)^(log(drf) / log(5.5)) )

Where sig = ship's signature vel = ship's velocity Er = Explosion Radius of missile Ev = Explosion Velocity of missile drf = Damage Reduction Factor of missile

The log function is the natural logarithm, to the base e, often denoted as ln.

The 5.5 in the equation is the hidden missile attribute "oaeDamageReductionSensitivity" which you can see in the QR SQL data dump (can also see it in tools like EVEmon).