Перейти к содержимому
Mineforgian

Improved Damage Framework

Reworking the boring vanilla damage system. Fully implemented elemental damage/defences and more!

Загрузки
4K
Подписчики
55
Обновлён
18 февраля 2024 г.
Лицензия
MIT

Опубликован 22 августа 2023 г.

Improved Damage Framework (IDF)

Improved Damage Framework is my interpretation of a "combat update" for Minecraft. It is a mod that aims to vastly improve the equipment and combat of Minecraft in a way that aligns more with the style of the game. It does this by fully implementing stats found in traditional JRPGs, and altering the way damage and health is handled across the board.

IDF's development is currently on hold while I work on a spiritual successor for 1.20.1. If 1.19.2 becomes a major modding version for Minecraft, I'll look into backporting it or returning to IDF. If you're interested, you can check out the devlog at https://www.youtube.com/channel/UCZQuWzOPVnPYxuqy4eRZuGA. Thanks.

Divider

Features

  • Fully implemented NEW damage system including elemental damage, auxiliary stats like crit chance and lifesteal, a brand new weight system, and a damage class modifier system.
  • Mob health bars and damage indicators included.
  • Vanilla attributes are fully integrated, ensuring compatibility with mods that aren't semantically conflicting.
  • Many vanilla systems have been reworked to better fit the new damage system.
  • Built with modpack and mod integration in mind.
  • Many out-of-the-box built-in integrations, including Legendary Tooltips, Tetra, and Better Combat.

Divider

Images display


GUI display

Divider

FAQ

How does this interact with the Apotheosis Adventure Module? I'm not entirely sure. In theory, it should work, but there are a lot of conflicting ideas. For example, both IDF and Apoth implement a fire damage stat, so you may end up with equipment that has two different fire damage attributes.

I am currently writing a datapack to integrate IDF's attributes with Apotheosis. Stay tuned!

Semantically conflicting? What does that mean?

I mean your game will launch and play without crashing or glitching. Just because your game will run, however, does not mean all your mods will integrate together seamlessly.

For IDF's elemental damage system, vanilla Attack Damage, Armor Toughness, and Armor are reworked into Physical Damage, Weight, and Physical Defence respectively. This ensures bare minimum compatibility with other mods that aren't designed to use IDF's systems, but further steps will need to be taken by you to make equipment actually use IDF's systems.

Let's take an example:

-> From Ars Nouveau, an Enchanter's Sword has a +7 Attack Damage attribute modifier.
-> When using IDF, this translates as +7 Physical Damage, because Attack Damage is renamed to Physical Damage to keep in line with the elemental system.
-> It would be logical for this sword to do magic damage instead, or perhaps some mix of physical and magic damage, so you would need to go to IDF's config files and make the change yourself.

EXTENSIVE DETAIL ON THE CONFIG SYSTEM IS ON MY GITHUB WIKI. It is really simple tho.

This seems cool, but I'm worried some players won't want to learn a new damage system

This is a valid concern, and something I had to keep in mind when designing IDF on account of all my own friends being like this. I believe (from my own testing) that even with IDF installed, players who don't want to learn how any of the new stats or systems work can still be effective by following the tried and true rule of "ME LIKE BIG NUMBER." Attributes that can be a bit confusing are highlighted in green, red, or white in the GUI to show if the value is good, bad, or default.

Anyone should be able to pick up an IDF-based pack with no issue. Perhaps not entirely optimally, but I believe a system in which players who don't want to bother optimizing and min-maxing can play alongside those who do is good game design.

So I have to manually configure every single mob and item in the game?!

No. IDF comes with a default config for every vanilla mob and equipment item. Any mods you install that do not have IDF integration by default (pretty much all mods) you will have to do manually. The default config should be a good reference point to balance around when configuring other mods.

Of course, if you don't like how I've balanced vanilla you're entirely welcome to change it! That's the entire point of the mod :D

Known incompatibilities Do not use IDF with Maxhealthfix, Responsive Shields, or Better Hurt Timers. The changes made by these mods are already included in IDF and they will cause your game to crash.

Ченджлог

0.4.0-1.19.2Релиз1.19.2 · 18 февраля 2024 г.

-> added IDF element gems for apotheosis

-> fixed some bugs

-> added command to update in-game items from config changes

-> changed multiply json from multiply_total operation to multiply_base operation

-> added option to change key for bestiary

0.3.4-1.19.2Релиз1.19.2 · 21 декабря 2023 г.

-> Moving in-built data packs for Tetra and Apotheosis to a separate datapack -> Changed attribute handling for a more robust system. Changes will be documented on github.

0.3.3-1.19.2Релиз1.19.2 · 19 декабря 2023 г.

-> fixed iron's spellbooks compat

-> fixed bug with indirect player attack iframes

-> added hold shift to display attribute modifiers for other item slots if they exist

0.3.2-1.19.2Релиз1.19.2 · 13 декабря 2023 г.
  • Changed attack range tooltip to only show either Better Combat or forge attribute depending on if Better Combat is loaded.
0.3.1-1.19.2Релиз1.19.2 · 13 декабря 2023 г.
  • Fixed bug where reduced invulnerability frames were not being incurred correctly

  • Added option to modify amount of reduced i-frames

  • Fixed attribute application while dualwielding bug with BetterCombat

  • Added mixin to remove Apotheosis tooltip while IDF is loaded

  • Added new event which is called during IDF's tooltips method

  • Added support for Better Combat attack range attribute + made icon for it

  • Removed legacy tooltips

0.3.0-1.19.2Бета1.19.2 · 4 декабря 2023 г.
  • fixed bug where sweeping attacks would apply static knockback

  • fixed bug where first instance of damage wouldn't affect player

  • added presets for items definable in presets.json

  • changed default config (subject to change)

0.2.6-1.19.2Релиз1.19.2 · 14 ноября 2023 г.
  • Added config options for healthbars
  • Added niche config option for mods that want entities to spawn at lower than max hp
0.2.5-1.19.2Релиз1.19.2 · 7 ноября 2023 г.
  • fixed artifacts compat (fr this time)
  • fixed bug with drowned trident throws

Комментарии

Загружаем…