Armor: Difference between revisions

From NEBULOUS: Fleet Command Official Wiki
No edit summary
mNo edit summary
Line 6: Line 6:
<br>
<br>
All ships in nebulous are covered with a layer of armor. In order to damage [[[mechanics:component-damage |components]]], the attack must first penetrate armor.
All ships in nebulous are covered with a layer of armor. In order to damage [[[mechanics:component-damage |components]]], the attack must first penetrate armor.
Additionally, armor in neb can be degraded in specific areas by attacks, both penetrating and nonpenetrating. In specific terms: Armor health is stored as a texture mask layered across that takes localized damage only where it is hit.  
Armor in neb can be degraded in specific areas by attacks, both penetrating and nonpenetrating. In specific terms: Armor health is stored as a texture mask layered across that takes localized damage only where it is hit.  
Armor is layered across the hull equally, protecting turrets, radar panels, and thrusters to the same degree as everything else.
Armor is layered across the hull equally, protecting turrets, radar panels, and thrusters to the same degree as everything else.


Line 13: Line 13:
==== Terminology ====
==== Terminology ====
;Nominal armor (NA)  
;Nominal armor (NA)  
; NA is the actual thickness of the armor as listed in the hull description.
: NA is the actual thickness of the armor as listed in the hull description.
;Effective armor (EA)  
;Effective armor (EA)  
; EA is based on the angle of the armor relative to the incoming projectile, increased from NA due to the projectile having to travel through more armor. This is capped at <math>2.5\times</math> nominal armor. Some weapons ignore armor angling, so for these EA simply equals NA.
: EA is based on the angle of the armor relative to the incoming projectile, increased from NA due to the projectile having to travel through more armor. This is capped at <math>2.5\times</math> nominal armor. Some weapons ignore armor angling, so for these EA simply equals NA.


<math>\text{EA} = \min\left(\frac{\text{NA}}{\cos\theta}\, ,\, 2.5*\text{NA}\right)</math>
<math>\text{EA} = \min\left(\frac{\text{NA}}{\cos\theta}\, ,\, 2.5*\text{NA}\right)</math>

Revision as of 14:50, 1 June 2024




All ships in nebulous are covered with a layer of armor. In order to damage [[[mechanics:component-damage |components]]], the attack must first penetrate armor. Armor in neb can be degraded in specific areas by attacks, both penetrating and nonpenetrating. In specific terms: Armor health is stored as a texture mask layered across that takes localized damage only where it is hit. Armor is layered across the hull equally, protecting turrets, radar panels, and thrusters to the same degree as everything else.

Mechanics

Armor Damage

Terminology

Nominal armor (NA)
NA is the actual thickness of the armor as listed in the hull description.
Effective armor (EA)
EA is based on the angle of the armor relative to the incoming projectile, increased from NA due to the projectile having to travel through more armor. This is capped at [math]\displaystyle{ 2.5\times }[/math] nominal armor. Some weapons ignore armor angling, so for these EA simply equals NA.

[math]\displaystyle{ \text{EA} = \min\left(\frac{\text{NA}}{\cos\theta}\, ,\, 2.5*\text{NA}\right) }[/math]