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

Additive suit damage reduction #39

Merged
merged 5 commits into from
May 21, 2024

Conversation

marsolk
Copy link

@marsolk marsolk commented May 20, 2024

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.

src/patches.rs Outdated Show resolved Hide resolved
@toasterparty toasterparty enabled auto-merge (squash) May 21, 2024 18:13
@toasterparty toasterparty merged commit bbf56c3 into randovania:main May 21, 2024
3 checks passed
@marsolk marsolk deleted the additive-damage branch May 24, 2024 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants