HavenCore's DBC Custom Transformations

HavenCore is an add-on to the Dragon Block C mod which provides the ability for you to create, customize, and add your very own transformations to the game!

File Details

HavenCore Custom Forms - Release 3.1.0

  • B
  • Apr 26, 2024
  • 15.88 MB
  • 90.8K
  • 1.7.10
  • Forge

File Name

zHavenCoreCustomForms-Public-3.1.0 BETA.jar

Supported Versions

  • 1.7.10

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:havencore-dbc-customforms-782491:5293931")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Release 3.1.0 - 4/26/2024

Defense Update V2

---Feature Additions---

  • Added two new defense types that are Dexterity based to be made distinct from the current two and eliminate the obfuscation around how DEX Multipliers affect custom forms by ensuring utility if desired. The current defense types: Percentage, Flat, DEX + Percentage, DEX + Flat. DEX multiplier defense will run before any additional Flat or Percentage defense with these options, and will not run at all if these options aren't selected.
  • Added a new debug command for defense
  • Commands should now work with @p variables for Command Blocks and Custom NPCs

Command Syntax:

/havencore debug
/havencore debug defense

Command Node:

havencore.commands.debug

---Bug Fixes---

  • Avoided a severe java compiler issues which rendered the defensive values of percentages defenses like 99% or 3% for example to be completely arbitrary and therefore useless
  • Damage Taken values of less than 1 are now converted to 1
  • Fixed a bug where flat defense did not activate at all
  • Fixed an instant kill bug when HP drops below a certain threshold
  • HavenCore's estimation of all participating DBC variables in Defense are now completely accurate.