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

Schema: remove duplicate KO entry from Tier #20

Closed

Commits on Feb 12, 2024

  1. Fix and simplify TP/KK melee modifier caculations

    TP/KK modifiers for melee weapon damage, AT, and PA were incorrectly rounded
    towards negative infinity instead of zero as required by the rule book.
    
    The modifier calculation is now done using integer division rather than repeated
    addition/subtraction.
    davidfoerster committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    452f198 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e032395 View commit details
    Browse the repository at this point in the history