forked from toasterparty/randomprime
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Additive suit damage reduction (#39)
Adds an alternative option for suit damage reduction, "Additive", where each suit gets a specific damage reduction value, and each value is added together to determine total damage reduction. Varia and Gravity Suits each provide +10% damage reduction, and Phazon Suit provides +30% damage reduction. Examples: - Varia or Gravity Suit alone provide 10% total damage reduction - Both Varia and Gravity Suit provide 20% total damage reduction - Phazon Suit and one additional suit provide 40% total damage reduction `staggeredSuitDamage` property is changed to allow "Default", "Progressive", or "Additive" while maintaining backwards compatibility with boolean values.
- Loading branch information
Showing
4 changed files
with
147 additions
and
36 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