Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calculator mistakes #24

Open
akarnokd opened this issue Oct 7, 2022 · 0 comments
Open

Calculator mistakes #24

akarnokd opened this issue Oct 7, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@akarnokd
Copy link
Owner

akarnokd commented Oct 7, 2022

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.
@akarnokd akarnokd added the bug Something isn't working label Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant