-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(balance): throwing weapons sanity-checking (#5474)
* feat(balance): throwing weapons sanity-checking * style(autofix.ci): automated formatting * Simplify * style(autofix.ci): automated formatting * Fixes * style(autofix.ci): automated formatting * Update item.cpp * style(autofix.ci): automated formatting * Slight improvements? * Update character.cpp * refactor: move to `ranged.h` * refactor: log plus to multiply * refactor: return int * refactor: extract projectile creation * Update item.cpp * I cri How was it that simple this whole fucking time aaaaa * thingy * style(autofix.ci): automated formatting * Okay fine maybe revert the JSON nerfs, also I borked a bit of it * things * style(autofix.ci): automated formatting * Update ranged.cpp * style(autofix.ci): automated formatting * Update item.cpp * Update item.cpp * Save the throwing damage info for later because it murders tests --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: scarf <greenscarf005@gmail.com>
- Loading branch information
1 parent
9d64fa9
commit add4b21
Showing
5 changed files
with
93 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters