Skip to content

Calculator mistakes #24

Description

@akarnokd

From Mapex on Discord

  1. Nerd Rage activates at <= 20% HP, not just < 20%. The workaround for this (without affecting other calculations) is to set HP to 19%.
  2. Sneak Attacks are supposed to be additive. Baseline it's a +100% additive bonus, Covert Ops/Ninja makes it +150%.
  3. VATS crits are supposed to be pseudo-additive (in essence). It's adding to your normal hit BaseDamage x (1 + AdditiveCritBonuses), which means BaseDamage x (1 + PerkBonuses + ChemBonuses + SneakBonuses + PowerAttackBonuses + WeaponModBonuses) + BaseDamage x (1 + CritBonuses). However, Damage Multipliers like Tenderizer, Taking One for the team, and Follow Through multiply only the normal damage, not the bonus crit damage, so you can't use the associative property here.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions