Difference between revisions of "Damage (Apocalypse)"

From UFOpaedia
Jump to navigation Jump to search
Line 52: Line 52:
  
 
Of course, since explosion damage is reduced by armour, you can frequently stand *much* closer than this without taking actual health damage (though you'll still take armour damage).
 
Of course, since explosion damage is reduced by armour, you can frequently stand *much* closer than this without taking actual health damage (though you'll still take armour damage).
 +
 +
==Damage to (unshielded) units==
 +
 +
The apparent sequence of events for a unit being shot or hit by an explosion is as follows:
 +
 +
1) [[Damage Modifiers (Apocalypse)|Damage modifier]] for armour type is applied.
 +
 +
2) Armour takes armour damage from the shot (if it is not Stun). Armour damage = (shot damage * 3 / armour rating). Armour rating is not yet recalculated.
 +
 +
3) Bleedthrough damage is calculated. Bleedthrough = shot damage - (original) armour rating.
 +
 +
4) Damage modifier for unit type is applied to bleedthrough damage.
 +
 +
5) Final damage is applied to unit's health (or to unit's stun level if it is Stun).
 +
 +
6) Critical wound test: if final damage > (max health/8), chance of critical wound is (final damage/max health).
 +
 +
7) Armour rating is reduced by the amount of armour damage taken (in the vanilla game or for innate armour, at least; you can mess around with the ratio for item-based armour if you edit item stats).

Revision as of 08:45, 13 July 2020

PAGE UNDER CONSTRUCTION

This page explains how damage works in X-COM: Apocalypse.

Damage rolls

Projectile weapons, if they hit, do 50-150% of rated damage to whatever they hit. Explosions do not roll damage - what it says is what you take (after adjustment for distance from epicentre).

What do projectile explosives (Auto Cannon, Heavy Launcher, etc.) do? Both. First the shot hits something, doing 50-150% of rated damage to whatever it hit, and then the explosion occurs, doing 100% of rated damage at the epicentre. This is why the Dimension Missile can pop shields in one shot despite "only" doing 110 damage; if it hits you, then you're actually taking 55-165 + 110 (whereas a Vortex Mine will always inflict 150 at ground zero, not enough to pop a shield). Note that these are separate instances of damage, so armour applies to each "hit" separately and a soldier can potentially take two critical wounds from being shot with one (one from the impact and one from the explosion).

Explosions

Explosion power is reduced, per tile away from ground zero, by the "depletion rate" stat (which is coded for each weapon in the executable, alongside the various other parameters that define a weapon). The visual size of the fireball is not related to how far damage spreads (the latter is usually more). Almost all explosives have very similar safe distances, regardless of their power, because larger explosives have higher depletion rates.

Explosive Rated Damage Depletion Rate Safe Distance
AP Grenade 56 7 8
Proximity Mine 75 9 9
High Explosive 120 15 8
Auto Cannon HE 33 4 9
Heavy Launcher HE 90 11 9
MiniLauncher HE 40 5 8
Boomeroid 70 9 8
Dimension Missile 110 14 8
Vortex Mine 150 19 8
Megaspawn Launcher 100 13 8
Popper Bomb 130 22 6

Of course, since explosion damage is reduced by armour, you can frequently stand *much* closer than this without taking actual health damage (though you'll still take armour damage).

Damage to (unshielded) units

The apparent sequence of events for a unit being shot or hit by an explosion is as follows:

1) Damage modifier for armour type is applied.

2) Armour takes armour damage from the shot (if it is not Stun). Armour damage = (shot damage * 3 / armour rating). Armour rating is not yet recalculated.

3) Bleedthrough damage is calculated. Bleedthrough = shot damage - (original) armour rating.

4) Damage modifier for unit type is applied to bleedthrough damage.

5) Final damage is applied to unit's health (or to unit's stun level if it is Stun).

6) Critical wound test: if final damage > (max health/8), chance of critical wound is (final damage/max health).

7) Armour rating is reduced by the amount of armour damage taken (in the vanilla game or for innate armour, at least; you can mess around with the ratio for item-based armour if you edit item stats).