Epic Fight Progressive Difficulty

Quick rating

Epic Fight Progressive Difficulty

No reviews yet

Scales Epic Fight attributes for mobs to match player's progression.

No Theme
Adventure/Exploration
Survival
Player Leveling
Hostile Mobs
UI & Menu Tool
Mod Addon
Mod Loaders
Forge
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
GNU General Public License v3.0 only
Latest Version
efprogressivediff-1.2.1-neoforge-1.21.1.jar
Authors
CurseForge
Modrinth

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

⚔️ Epic Fight: Progressive Difficulty

Minecraft Forge Version License

EF Progressive Difficulty is a lightweight Forge mod tailored for the Epic Fight Mod. It addresses a common late-game issue: combat becomes far too easy. In the later stages of a playthrough, players can effortlessly defeat basic monsters using only simple basic attacks, completely ignoring mechanics like dodging or weapon skills. This lack of challenge quickly leads to boredom.

To fix this, the mod introduces a Dynamic Area Difficulty system. Mobs dynamically scale their Epic Fight attributes based on the progression of the players around them, ensuring that combat remains just as engaging, strategic, and exciting as it was on day one.

"Make late-game combat feel like a real challenge again."


✨ Key Features

📈 Dynamic Area Difficulty & Player Progression

Difficulty is no longer tied to server up-time. Instead, each player has their own progression score. When a mob spawns, it checks the average difficulty of all players nearby. The higher the players' scores, the tougher the mob becomes!

It buffs the following Epic Fight Attributes:

  • 💥 Impact: Enemies hit harder and break your guard faster.
  • ⚖️ Weight: Enemies become heavier and harder to knock back (prevents stun-locking bosses).
  • 🛡️ Stun Armor: Enemies are more resistant to being stunned by your attacks.
  • ⚔️ Armor Negation: Enemy attacks penetrate your armor more effectively.
  • 🔄 Max Strikes: Enemies can chain more attacks together.

🌟 Dynamic EXP Bonus (New in 1.2.0!)

Reward players for taking on tougher challenges. Mobs will drop extra experience points scaled by the current area difficulty.

🖥️ Difficulty HUD

Keep track of your current progression with a sleek, built-in visual HUD.

  • Press H (Default Keybind) to toggle the Difficulty Bar on or off.

image

image

image

  • Note that the value shown on the bar is the area difficulty, not your own difficulty.

📦 Advanced Datapack Configuration (For Modpack Makers)

Starting from v1.2.0, EF Progressive Difficulty fully supports deep customization via Datapacks. You can now dynamically alter the core mechanics without touching the base code!

Using JSON files (attributes.json, difficulty.json, and multipliers.json), modpack creators can fine-tune:

  • Difficulty increments per action (killing mobs, AFK penalties, waking up).
  • Dimension and Biome-specific difficulty multipliers.
  • The base values and scaling multipliers for every single Epic Fight attribute.

Safe Fallback: If a datapack is missing, disabled, or incomplete, the mod will seamlessly fall back to the default config/efprogressivediff-common.toml file.

📥 Get Started Quick: You don't need to build from scratch! Download the efpd_template_datapack and drop it into your world's datapacks folder to start customizing!


🧮 How it Works

The mod applies a bonus to mob attributes using this formula:

FinalValue = OriginalValue + Bonus

Where Bonus is calculated as:

Bonus = BaseValue * (1 + Multiplier * AreaDifficulty)

Area Difficulty is calculated by multiplying the average player difficulty by various modifiers configured in the settings.


🛠️ Commands

The mod provides a set of admin commands (Requires Permission Level 2) to easily monitor and test the difficulty system.

Command Description
/efpd get <player> Displays the current difficulty value of the specified player.
/efpd set [players] [amount] Sets the difficulty of the targeted player(s) to an exact number.
/efpd add [players] [amount] Adds (or subtracts, using negative numbers) difficulty to the targeted player(s).
/efpd around Calculates and shows the current Area Difficulty based on players near you.

📥 Installation

  1. Install Minecraft Forge (1.20.1).
  2. Install Epic Fight Mod (Required dependency).
  3. Download EF Progressive Difficulty and drop it into your mods folder. (Note: Must be installed on BOTH the Server and the Client).
  4. Run the game and enjoy the pain!

🤝 Credits


Found a bug? Please report it in the Issues tab!

⚔️ Epic Fight: Progressive Difficulty

Minecraft Forge Version License

EF Progressive Difficulty is a lightweight Forge mod tailored for the Epic Fight Mod. It addresses a common late-game issue: combat becomes far too easy. In the later stages of a playthrough, players can effortlessly defeat basic monsters using only simple basic attacks, completely ignoring mechanics like dodging or weapon skills. This lack of challenge quickly leads to boredom.

To fix this, the mod introduces a Dynamic Area Difficulty system. Mobs dynamically scale their Epic Fight attributes based on the progression of the players around them, ensuring that combat remains just as engaging, strategic, and exciting as it was on day one.

"Make late-game combat feel like a real challenge again."


✨ Key Features

📈 Dynamic Area Difficulty & Player Progression

Difficulty is no longer tied to server up-time. Instead, each player has their own progression score. When a mob spawns, it checks the average difficulty of all players nearby. The higher the players' scores, the tougher the mob becomes!

It buffs the following Epic Fight Attributes:

  • 💥 Impact: Enemies hit harder and break your guard faster.
  • ⚖️ Weight: Enemies become heavier and harder to knock back (prevents stun-locking bosses).
  • 🛡️ Stun Armor: Enemies are more resistant to being stunned by your attacks.
  • ⚔️ Armor Negation: Enemy attacks penetrate your armor more effectively.
  • 🔄 Max Strikes: Enemies can chain more attacks together.

🌟 Dynamic EXP Bonus (New in 1.2.0!)

Reward players for taking on tougher challenges. Mobs will drop extra experience points scaled by the current area difficulty.

🖥️ Difficulty HUD

Keep track of your current progression with a sleek, built-in visual HUD.

  • Press H (Default Keybind) to toggle the Difficulty Bar on or off.

image

image

image

  • Note that the value shown on the bar is the area difficulty, not your own difficulty.

📦 Advanced Datapack Configuration (For Modpack Makers)

Starting from v1.2.0, EF Progressive Difficulty fully supports deep customization via Datapacks. You can now dynamically alter the core mechanics without touching the base code!

Using JSON files (attributes.json, difficulty.json, and multipliers.json), modpack creators can fine-tune:

  • Difficulty increments per action (killing mobs, AFK penalties, waking up).
  • Dimension and Biome-specific difficulty multipliers.
  • The base values and scaling multipliers for every single Epic Fight attribute.

Safe Fallback: If a datapack is missing, disabled, or incomplete, the mod will seamlessly fall back to the default config/efprogressivediff-common.toml file.

📥 Get Started Quick: You don't need to build from scratch! Download the efpd_template_datapack and drop it into your world's datapacks folder to start customizing!


🧮 How it Works

The mod applies a bonus to mob attributes using this formula:

FinalValue = OriginalValue + Bonus

Where Bonus is calculated as:

Bonus = BaseValue * (1 + Multiplier * AreaDifficulty)

Area Difficulty is calculated by multiplying the average player difficulty by various modifiers configured in the settings.


🛠️ Commands

The mod provides a set of admin commands (Requires Permission Level 2) to easily monitor and test the difficulty system.

Command Description
/efpd get <player> Displays the current difficulty value of the specified player.
/efpd set [players] [amount] Sets the difficulty of the targeted player(s) to an exact number.
/efpd add [players] [amount] Adds (or subtracts, using negative numbers) difficulty to the targeted player(s).
/efpd around Calculates and shows the current Area Difficulty based on players near you.

📥 Installation

  1. Install Minecraft Forge (1.20.1).
  2. Install Epic Fight Mod (Required dependency).
  3. Download EF Progressive Difficulty and drop it into your mods folder. (Note: Must be installed on BOTH the Server and the Client).
  4. Run the game and enjoy the pain!

🤝 Credits


Found a bug? Please report it in the Issues tab!

Screenshots

Gallery

This project has no gallery images yet.

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~10,000
Total Downloads
CurseForge
~7,000
Modrinth
~2,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works