Epic RPG: Armor Scaling
No reviews yet
Replaces the vanilla Armor formula
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
ArmorScaling was originally part of AttributeCore. It is built for modpacks where enemy damage keeps scaling upwards, so the natural progression forces players to constantly upgrade their armor sets if they want to survive increasingly brutal hits
How the new armor scaling works
ArmorScaling changes how armor reduces damage using a simple rule:
Total defense (the system adds up armor)
- your armor value,
- plus a bonus based on armor toughness,
- plus “virtual armor” coming from protection enchantments.
Mitigation is calculated from your total defense and the hit size (important part)
- Maximum mitigation is always 90%,
- Mitigation always depends on the hit,
- The bigger the hit, the less armor mitigates,
- You need more and more armor to mitigate bigger and bigger hits (there is no upper limit).
That mitigation is applied to the final damage
- this means a tank build massively reduces normal hits,
- but huge hits are still dangerous,
- and total immunity to damage never exists,
- the stronger the enemy’s hit, the more armor you will need.
mitigation = total_defense
─────────────────────────────
total_defense + incoming_damage
final_damage = incoming_damage × (1 − mitigation)
Quick examples
Total defense: 70
Incoming hit: 50
Mitigation: 58.33%
Final damage: 20.83
The hit is closer to your total defense, so mitigation is lower than in the previous case and the final damage goes up.
Total defense: 70
Incoming hit: 80
Mitigation: 46.67%
Final damage: 42.67
Here the hit already exceeds your defense, so the reduction drops a lot more and almost half the damage goes through.
Total defense: 70
Incoming hit: 100
Mitigation: 41.18%
Final damage: 58.82
In this case the incoming damage is way higher than your total defense, so mitigation keeps dropping and the hit lands much harder.
In short
- More defense = more mitigation.
- Bigger hits = less effective mitigation.
- The maximum reduction cap is always 90%.
- It does not work like a fixed percentage such as “70 defense = 70% less damage”.
ArmorScaling was originally part of AttributeCore. It is built for modpacks where enemy damage keeps scaling upwards, so the natural progression forces players to constantly upgrade their armor sets if they want to survive increasingly brutal hits
How the new armor scaling works
ArmorScaling changes how armor reduces damage using a simple rule:
-
Total defense (the system adds up armor)
- your armor value,
- plus a bonus based on armor toughness,
- plus “virtual armor” coming from protection enchantments.
-
Mitigation is calculated from your total defense and the hit size (important part)
- Maximum mitigation is always 90%,
- Mitigation always depends on the hit,
- The bigger the hit, the less armor mitigates,
- You need more and more armor to mitigate bigger and bigger hits (there is no upper limit).
-
That mitigation is applied to the final damage
- this means a tank build massively reduces normal hits,
- but huge hits are still dangerous,
- and total immunity to damage never exists,
- the stronger the enemy’s hit, the more armor you will need.
mitigation = total_defense
─────────────────────────────
total_defense + incoming_damage
final_damage = incoming_damage × (1 − mitigation)
Quick examples
Total defense: 70
Incoming hit: 50
Mitigation: 58.33%
Final damage: 20.83
The hit is closer to your total defense, so mitigation is lower than in the previous case and the final damage goes up.
Total defense: 70
Incoming hit: 80
Mitigation: 46.67%
Final damage: 42.67
Here the hit already exceeds your defense, so the reduction drops a lot more and almost half the damage goes through.
Total defense: 70
Incoming hit: 100
Mitigation: 41.18%
Final damage: 58.82
In this case the incoming damage is way higher than your total defense, so mitigation keeps dropping and the hit lands much harder.
In short
- More defense = more mitigation.
- Bigger hits = less effective mitigation.
- The maximum reduction cap is always 90%.
- It does not work like a fixed percentage such as “70 defense = 70% less damage”.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources