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

Fix Shield Wall damage reduction (&update tests) #3940

Merged
merged 2 commits into from
Oct 25, 2023

Commits on Oct 22, 2023

  1. sim/warrior: fix Shield Wall/Shield Wall glyph

    Fix damage reduction on Shield Wall. Shield Wall with glyph should
    reduce damage by 40% (0.6 damage taken coefficient) and without glyph
    by 60% (0.4 damage coeff). Before the patch it was other way around
    and was incorrect.
    
    Signed-off-by: Grzegorz Prajsner <grzpra@gmx.com>
    grzpra committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    eb26667 View commit details
    Browse the repository at this point in the history
  2. tests: fix expected weights for warriors after SW fix

    Signed-off-by: Grzegorz Prajsner <grzpra@gmx.com>
    grzpra committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    7955546 View commit details
    Browse the repository at this point in the history