Difference between revisions of "Damage (Long War)"

From UFOpaedia
Jump to navigation Jump to search
m (right aligned LW icon)
Line 2: Line 2:
 
     <div>
 
     <div>
 
         <div style="padding-left: 20px;">__TOC__</div>
 
         <div style="padding-left: 20px;">__TOC__</div>
         <div style="padding: 20px 15px 0 0;">{{Header (Long War)}}</div>
+
         <div style="padding: 20px 0 0 0;">{{Header (Long War)}}</div>
 
     </div>
 
     </div>
 
</div>
 
</div>

Revision as of 18:36, 14 July 2020

Terms

Base Weapon Damage (BWD): This is each weapon damage stat configurable in DefaultGameCore.ini file. The weapon ranges shown in game in barracks are computed from this stat based on the randomization process, with an algorithm designed by Amineri for long war.

Modified Weapon Damage (MWD): This is the median damage after most modifiers, on which the randomization process (+/- 25%) is applied. Increases to MWD, such as Ranger and Vital Point Targeting, increase the overall damage range.

Weapon Damage Calculation

Steps for calculating damage:

  1. Roll for hit chance and crit chance
  2. Apply penalty to BWD due to skills
  3. Compute Modified Weapon Damage (MWD) by adding all bonus damage from equipped items and relevant perks
    • Add bonus critical damage if a critical hit is rolled
  4. Damage randomization: roll for damage value between roughly 75% to 125% of MWD
    • Roll between roughly 125% to 175% of MWD if a critical hit
  5. Apply further randomization and range fall off for Explosives
  6. Subtract target DR
  7. Add any extra bonus damage from certain perks

Accuracy and Critical Chance

All sources of defense on the target are subtracted from all sources of aim on the shooter to produce a percentage hit chance equal to the net result out of 100. The breakdown can be viewed by using F1 while targeting an enemy, which displays the hit chance of a particular attack.

Critical chance is likewise computed by adding up all sources of critical chance and subtracting any critical chance penalties. The Resilience perk reduces critical chance to zero. Reaction fire can't critically hit without the Opportunist perk or if the target is wearing the Chameleon Suit.

Overwatch fire receives unique multiplicative penalties. These are applied after normal hit chance is calculated.

Additive Sources of Aim

Persistent Sources:

Conditional Sources:

  • Height Advantage (for being at a higher elevation than the target): +20
  • Close Range Advantage (for being close to the target): +0 to 30 (doubled for shotguns)
  • Close Range Penalty (for being too close with a long-range weapon): -0 to 30
  • Long Range Penalty (for being too far with a close-range weapon): -0 to 30
  • Flush [Weapon Skill]: +30 for the Flush shot
  • Disabling Shot [Weapon Skill]: -10 for the Disabling Shot
  • Rapid Fire [Weapon Skill]: -15 for both attacks
  • Damn Good Ground [Perk]: +10 against enemies in lower elevation
  • Deadeye [Perk]: +15 against flying enemies
  • Executioner [Perk]: +10 against targets at 50% or less health
  • Lone Wolf [Perk]: +10 when not within 7 tiles of a friendly unit
  • Platform Stability: +10 before taking any costly (blue) actions
  • Sharpshooter [Perk]: +10 against targets in full cover
  • Snapshot [Perk]: -10 after taking a costly action
  • Depth Perception [Gene Mod]: +5 against enemies in lower elevation
  • Hyper-Reactive Pupils [Gene Mod]: +10 on any shot after a miss
  • Adrenaline Surge (as from e.g. Combat Stims) [Perk]: +10 until the end of the mission after taking damage

Temporary Sources:

  • Holo-Targeting [Perk]: +10 against target until start of next turn
  • Suppressed (as from Suppression [Effect]: -30 for one turn or until the suppression ends
  • Disoriented (as from e.g. Flashbang) [Effect] : -50 for 2 turns
  • Acid-covered (as from e.g. Chem Grenade) [Effect]: -20 for 2-4 turns
  • Mindfray [Psionic Skill]: -25 for 3 turns

Additive Sources of Defense

Persistent Sources:

Conditional Sources:

Temporary Sources:

Sources of Critical Chance

Persistent Sources:

Conditional Sources:

Temporary Sources:

  • Combat Drugs: +20 (smoke lasts for 2 turns)
  • In The Zone [Perk]: -10 for each successive In The Zone kill during your turn

Overwatch Penalties

Overwatch fire (not including Suppression) has multiplicative penalties applied to it after normal hit is calculated. All penalties stack multiplicatively with each other.

  • Base Reaction Fire penalty: x0.7, or x0.5 if the target is dashing (removed if the shooter has the Opportunist perk)
  • Lightning Reflexes: x0.1 for the first shot, and x0.3 for each subsequent shot.
  • Chameleon Suit: x0.5

Damage Penalties

Penalties to base damage from special skills are applied here. Because the damage is rounded down to the nearest integer, increasing weapon tech levels to an odd BWD will not increase the damage of special skills. Note that sources of extra damage are not reduced by these special skills, as they apply only to base damage.

Computing Modified Weapon Damage (MWD)

MWD is the sum of BWD and all the flat bonuses to weapon damage from equipped items and relevant perks. If a critical hit was previously rolled, all sources of critical hit damage are added as well, and the average damage is increased by ~50% in the randomization step.

Note that Mayhem Suppression always has an MWD of exactly 2 regardless of other additive modifiers, and no randomization is applied to it.

Sources of MWD

MWD Critical Hit Bonuses

Note: the game adds all sources of critical damage before the ~50% critical hit bonus in the randomization step, but all in-game descriptions of bonus critical damage include the ~50% bonus, so in-game descriptions will be ~50% higher than mentioned here, but the net effect is the same in most cases.

  • Targeting Module [Small Item]: +1
  • Precision Shot [Skill]: +2 for Ballistic, Laser, and Gauss; +3 for Pulse; +4 for Plasma (for Sniper Rifles only)
  • Bring Em On [Perk]: +1 damage for 1-2 visible enemies; +2 damage for 3-4 visible enemies; +3 damage for 5-6 visible enemies; +4 damage for 7 or more visible enemies
  • Killer Instinct [Perk]: +33.4% of BWD, rounded up; ranges from +2 to +4 depending on weapon and tech level, see the chart, below
  • Plasma Rifle [Weappn]: +1 to Biological targets
  • Reflex Cannon [Weapon]: +1 on targets within 4 tiles
  • Reflex Rifle [Weapon]: +1 to flanked or exposed targets
  • Plasma Sniper Rifle [Weapon]: +1 to targets beyond 35 range (~23 tiles)

Damage Randomization

The purpose of the randomization is to pick a integer value between roughly MWD*0.75 and MWD*1.25 with an average of MWD*1.0. For critical hits, the same length interval is used, except shifted to an average of ~MWD*1.5, though critical hits will always at least as much damage as the highest possible roll for a regular hit, and this requirement sometimes increases the average past 1.5*MWD. Damage Roulette changes the range from 0.5*MWD to 1.5*MWD, with the average damage of critical hits increased to MWD*2.0; again, with the same damage range.

The randomization works in integer values only. A die of size 2*MWD+2 is rolled, where each integer point of final damage is assigned up to four possible results on that die (except for the highest and lowest values, which may be assigned less). The weighted average of all possible results equals MWD. For a better understanding, reference the charts, below.

MWD Randomization Table: Regular Hit

LR MWD randomisation noncrit.jpg

Y axis has MWD values. Row values are possible randomisation results for that particular MWD based on the 2*MWD+2 system. The rightmost column has weapon's damage range (min,max) for that MWD. The probability to roll a particular value given a particular MWD is (number of times value appears in the row) / (total number of values in the row).

MWD Randomization Table: Critical Hit

LR MWD randomisation crits.jpg

Y axis has MWD values. Row values are possible randomization results for that particular MWD based on the 2*MWD+2 system. The rightmost column has weapon's damage range (min,max) for that MWD. The probability to roll a particular value given a particular MWD is (number of times value appears in the row) / (total number of values in the row). Note that the average damage is shifted approximately 50% (or more) higher, and the lowest damage roll is always equal to or higher than the largest damage roll in the corresponding row of the regular hit table.

Extra Explosive RNG

Each unit has the damage reduced based on distance from the center. Damage falls as the square of the radius, down to 25% at the edge.

Explosives also have extra RNG associated with them. Each target hit is equally likely to randomly roll +1, 0, or -1 to damage, reflecting a higher damage range than regular weapons.

Damage Reduction

Long War adds a new mechanic called Damage Reduction. When a unit takes damage, the amount is reduced by the damage reduction value. The amount blocked by damage reduction can be seen in game as a blue shield icon below the normal red damage indication text after a shot.

If the damage reduction a unit has is not a whole number, the damage is reduced by one of the two nearest whole numbers, with probability based on the fraction. For example, a unit with 1.66 damage reduction has a 66% chance of the damage being reduced by 2 and a 34% chance of the damage being reduced by 1.

The steps to calculating DR are as follows:

  1. Flat Inherent DR is applied
  2. Acid negates the higher of 50% or 3 points of the above DR.
  3. Percentage DR is applied (multiplicatively) to the remaining damage
  4. Flat Cover DR is applied, if the target is in cover and not flanked, and the weapon is not an AP Grenade or Shredder Rocket
  5. Other effects that negate DR (except acid) are applied
  6. If there is any net DR from the above steps, it is multiplied by 1.5 if damage source is a shotgun without breaching ammo

Sources of DR

Flat Inherent DR

From Armor:

Other Sources:

Note: each Ethereal still alive in the final Temple Ship room adds 15 bonus DR to the Uber Ethereal.

Percentage DR

Damage in excess of inherent DR has the following stacking multipliers applied to it. For instance, a Mectoid with Psi Shield and Shock-Absorbent Armor who is attacked from close range reduces the resulting damage to to 0.5*0.667 = 0.3335 of it's normal value, so a shot that rolled 21 damage deals 21*0.3335 = 7 damage, with 14 blocked by DR.

Flat Cover DR

Applies only if the target is in cover and not flanked, and the weapon is not an AP Grenade or Shredder Rocket.

Flat DR Reduction

DR reduction cannot exceed the targets DR; that is, any DR reduction beyond that amount is ignored. Note that acid is in it's own separate category; reference the steps to calculating DR above.

Bonus Damage

Some sources of bonus damage are applied after all other steps, including MWD, randomization, and DR.

  • Shredder Ammo: If the target is shredded, the remaining damage after DR (if any) is multiplied by 1.4 rounded down, with a minimum increase of 1. Shredding can be completely negated by DR, but if the resulting damage after DR is non-zero, Shredding will always add at least 1 extra point of damage. The shredder bonus does not apply to any extra damage from the other bonus sources in this list.
  • HEAT Ammo & HEAT Warheads: If the target is robotic, HEAT adds a bonus of 0.5*BWD rounded down. Note that it adds Base Weapon Damage. Even if the attack was reduced to zero damage through DR, HEAT will still inflict it's full damage. Reference the charts below for a detailed breakdown on the bonus damage for each weapon type.
  • Flak Ammo: If the target is flying, Flak Ammo adds a bonus of 0.2*BWD rounded up, or 2, whichever is higher. This is functionally similar to HEAT ammo. Most weapons gain a bonus of 2 from Flak Ammo; weapons with base damage of between 11 and 15 gain 3.

Multiplicative Damage Perk Charts

HEAT Ammo

HEAT Ammo bonus damage, by weapon.
SAW LMG SHIV Weapon MEC Weapon Sniper Rifle
Ballistic +2 +3 +3 +3 -
Laser +3 +3 +4 +4 -
Gauss +3 +4 +4 +4 +3
Pulse +4 +4 +5 +5 -
Plasma +4 +5 +5 +5 -

Heat Warheads

HEAT Warheads bonus damage for grenades.
Damage
HE +2
AP +2
Alien Grenade +2
HEAT Warheads bonus damage for rockets.
Damage
Rocket Launcher +3
Recoilless Rifle +4
Blaster Launcher +6

Killer Instinct

Bonus added to MWD on critical hits, per weapon.
Carbines Assault Rifles Battle Rifles SMGs Shotguns Pistols Machine Pistols
Ballistic +2 +2 +2 +2 +3 +1 +2
Laser +2 +2 +3 +2 +3 +2 +2
Gauss +2 +3 +3 +2 +3 - +2
Pulse +3 +3 +3 +3 +4 - +3
Plasma +3 +3 +4 +3 +4 +2 +3

Note that critical hits are scaled up by ~50% in the damage randomization step, so all values here will be increased by 50% for the purposes of their effect on final damage.