Aurora is on version 2.5.0 C#, available at the Aurora Forums.

Contact Erik on the forum for a wiki account.

Difference between revisions of "Shock Damage"

From AuroraWiki
Jump to navigation Jump to search
(Versioning added.)
Line 1: Line 1:
{{av}}
+
'''Shock Damage''' is a type of internal damage that can occur as a result of weapon impact with the ship's hull armor. As a result it is possible for a ship to lose a key system even when its armor has not been penetrated. This is more likely to occur with larger energy weapons and missile warheads hit.
A weapon hitting a ship has a chance to inflict additional [[Shock Damage]] to the internals of the ship, bypassing armor. The chance to inflict damage is given by
 
  
  Damage^1.3 %
+
==Overview==
 +
When a large amount of damage is taken from a single missile or energy weapon impact, extra "shock damage" maybe applied directly to ship internal components. The amount of shock damage inflicted is roughly proportional to the damage from the main blast. Note that shock damage does not get applied if the main hit is absorbed by shields, regardless of the strength of the hit.
  
The damage inflicted is
+
* Chance to inflict shock damage: <code> Damage^1.3 %</code>
 +
* Amount of Shock Damage inflicted: <code>(Damage/3)*Random Percentage</code>
  
  (Damage/3)*Random Percentage
+
[[File:ShockDamage.png]]
  
Damage to shields do not inflict shock damage.
+
This graph shows the average shock damage inflicted depending on warhead/beam size respectively:
  
[[File:ShockDamage.png]]
+
[[File:RelaitveShockDamage.png]]
  
This graph shows the average shock damage inflicted depending on warhead/beam size respectively.
+
This shows the relative increase in damage, which caps below 17% at about 36 warhead size:
  
[[File:RelaitveShockDamage.png]]
+
==Strategy==
 +
;Offensive Considerations
  
This shows the relative increase in damage, which caps below 17% at about 36 warhead size.
 
==Offensive Considerations==
 
 
Shock Damage can be be decisive, able to potentially cripple key systems early in an engagement. To use it, large missiles and beam weapons are necessary. [[Lasers|Spinal Laser Weapons]] are especially suited to deliver a large punch.
 
Shock Damage can be be decisive, able to potentially cripple key systems early in an engagement. To use it, large missiles and beam weapons are necessary. [[Lasers|Spinal Laser Weapons]] are especially suited to deliver a large punch.
==Defensive Considerations==
+
 
Against large missiles, active defenses are best used to prevent [[Shock Damage]]. [[Shields]] are a valuable defense for blunting Shock Damage, as large beam weapons have a slower RoF, allowing for recharge.  
+
;Defensive Considerations
 +
 
 +
Against large missiles, active defenses are best used to prevent Shock Damage. [[Shields]] are a valuable defense for blunting Shock Damage, as large beam weapons have a slower RoF, allowing for recharge.  
 
[[Damage Control]]s can fix critical systems and bring them back online. Redundancy in Sensors and Fire Control, [[Fuel Tank]]s and [[Engine]]s can prevent a ship becoming useless by a single lucky hit.
 
[[Damage Control]]s can fix critical systems and bring them back online. Redundancy in Sensors and Fire Control, [[Fuel Tank]]s and [[Engine]]s can prevent a ship becoming useless by a single lucky hit.
 +
 +
==Notes==
 +
* This feature was added in [[Version 6.30]].
 +
[[Category:Content]]

Revision as of 01:21, 1 February 2016

Shock Damage is a type of internal damage that can occur as a result of weapon impact with the ship's hull armor. As a result it is possible for a ship to lose a key system even when its armor has not been penetrated. This is more likely to occur with larger energy weapons and missile warheads hit.

Overview

When a large amount of damage is taken from a single missile or energy weapon impact, extra "shock damage" maybe applied directly to ship internal components. The amount of shock damage inflicted is roughly proportional to the damage from the main blast. Note that shock damage does not get applied if the main hit is absorbed by shields, regardless of the strength of the hit.

  • Chance to inflict shock damage: Damage^1.3 %
  • Amount of Shock Damage inflicted: (Damage/3)*Random Percentage

ShockDamage.png

This graph shows the average shock damage inflicted depending on warhead/beam size respectively:

RelaitveShockDamage.png

This shows the relative increase in damage, which caps below 17% at about 36 warhead size:

Strategy

Offensive Considerations

Shock Damage can be be decisive, able to potentially cripple key systems early in an engagement. To use it, large missiles and beam weapons are necessary. Spinal Laser Weapons are especially suited to deliver a large punch.

Defensive Considerations

Against large missiles, active defenses are best used to prevent Shock Damage. Shields are a valuable defense for blunting Shock Damage, as large beam weapons have a slower RoF, allowing for recharge. Damage Controls can fix critical systems and bring them back online. Redundancy in Sensors and Fire Control, Fuel Tanks and Engines can prevent a ship becoming useless by a single lucky hit.

Notes